Commit bfca75ab authored by 张宇迪's avatar 张宇迪

update

parent 2c8f8424
...@@ -31,7 +31,7 @@ func Load(middleware ...gin.HandlerFunc) http.Handler { ...@@ -31,7 +31,7 @@ func Load(middleware ...gin.HandlerFunc) http.Handler {
e.Use(middleware...) e.Use(middleware...)
root := e.Group(config.Prefix) root := e.Group(config.Prefix)
{ {
root.Any("/:appId/proxy", handler.Proxy) root.Any("/proxy", handler.Proxy)
} }
e.GET("/health", handler.Health) e.GET("/health", handler.Health)
return e return e
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment