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

update

parent 2c8f8424
......@@ -31,7 +31,7 @@ func Load(middleware ...gin.HandlerFunc) http.Handler {
e.Use(middleware...)
root := e.Group(config.Prefix)
{
root.Any("/:appId/proxy", handler.Proxy)
root.Any("/proxy", handler.Proxy)
}
e.GET("/health", handler.Health)
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