正在显示
2 个修改的文件
包含
1 行增加
和
1 行删除
不能预览此文件类型
@@ -8,7 +8,7 @@ import ( | @@ -8,7 +8,7 @@ import ( | ||
8 | ) | 8 | ) |
9 | 9 | ||
10 | func init() { | 10 | func init() { |
11 | - ns := web.NewNamespace("/v1/user", | 11 | + ns := web.NewNamespace("/v1/users", |
12 | web.NSBefore(filters.AllowCors(), middlewares.CheckAdminToken()), | 12 | web.NSBefore(filters.AllowCors(), middlewares.CheckAdminToken()), |
13 | web.NSRouter("/search", &controllers.UserController{}, "Post:ListUsers"), | 13 | web.NSRouter("/search", &controllers.UserController{}, "Post:ListUsers"), |
14 | ) | 14 | ) |
-
请 注册 或 登录 后发表评论