mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
fix:控制器
This commit is contained in:
parent
3d0c209c0d
commit
0c57e0ef7f
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user