fix:控制器

This commit is contained in:
gotoeasy 2022-09-23 15:13:39 +08:00
parent 3d0c209c0d
commit 0c57e0ef7f

View File

@ -17,6 +17,7 @@ var filters []func(*HttpRequest) *HttpResult
func init() {
mapHandleGet = make(map[string]*HttpController)
mapHandlePost = make(map[string]*HttpController)
}
func getHttpController(methodType string, path string) *HttpController {