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

修改字段过滤

parent 2e15e380
...@@ -32,7 +32,7 @@ func Load(middleware ...gin.HandlerFunc) http.Handler { ...@@ -32,7 +32,7 @@ func Load(middleware ...gin.HandlerFunc) http.Handler {
root := e.Group(config.Prefix) root := e.Group(config.Prefix)
{ {
root.Any("/:svcId/:applyId", handler.Proxy) root.Any("/:svcId/:applyId", handler.Proxy)
root.GET("/:svcId/:applyId/health", handler.Proxy)
} }
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