mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
route filter improvement
This commit is contained in:
@@ -113,6 +113,8 @@ func bindHandlers(engine *gin.Engine) {
|
||||
v1.PUT("/apps/:app", handleAppUpdate)
|
||||
v1.DELETE("/apps/:app", handleAppDelete)
|
||||
|
||||
v1.GET("/routes", handleRouteList)
|
||||
|
||||
apps := v1.Group("/apps/:app")
|
||||
{
|
||||
apps.GET("/routes", handleRouteList)
|
||||
|
||||
Reference in New Issue
Block a user