Merge pull request '1' (#830) from feat-IRONFANS-212-Robin into test
Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/830
This commit is contained in:
commit
31fc3080a6
|
@ -634,7 +634,7 @@ func Init(r *gin.Engine) {
|
|||
opNotificationGroup.POST("cancel", middleware.JSONParamValidator(notificationproto.OpCancelReq{}), middleware.JwtAuthenticator(), OpCancelNotification)
|
||||
|
||||
// 前端页面路由表
|
||||
opFrontendRouteGroup := r.Group("/api/frontend_route", PrepareOp())
|
||||
opFrontendRouteGroup := r.Group("/op/frontend_route", PrepareOp())
|
||||
opFrontendRouteGroup.POST("create", middleware.JSONParamValidator(frontend_route_proto.OpCreateReq{}), middleware.JwtAuthenticator(), OpCreateFrontendRoute)
|
||||
opFrontendRouteGroup.POST("update", middleware.JSONParamValidator(frontend_route_proto.OpUpdateReq{}), middleware.JwtAuthenticator(), OpUpdateFrontendRoute)
|
||||
opFrontendRouteGroup.POST("delete", middleware.JSONParamValidator(frontend_route_proto.OpDeleteReq{}), middleware.JwtAuthenticator(), OpDeleteFrontendRoute)
|
||||
|
|
Loading…
Reference in New Issue