正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -13,5 +13,5 @@ func init() { | @@ -13,5 +13,5 @@ func init() { | ||
| 13 | web.Router("/auth/reset-phone", &controllers.AuthController{}, "Post:PhoneAuthResetPhone") | 13 | web.Router("/auth/reset-phone", &controllers.AuthController{}, "Post:PhoneAuthResetPhone") |
| 14 | web.Router("/auth/destroy-account", &controllers.AuthController{}, "Post:DestroyAccount") | 14 | web.Router("/auth/destroy-account", &controllers.AuthController{}, "Post:DestroyAccount") |
| 15 | web.Router("/auth/refresh-im", &controllers.AuthController{}, "Post:RefreshIM") | 15 | web.Router("/auth/refresh-im", &controllers.AuthController{}, "Post:RefreshIM") |
| 16 | - web.Router("/auth/user-base-info", &controllers.AuthController{}, "Post:UserInfo") | 16 | + web.Router("/auth/user-info", &controllers.AuthController{}, "Post:UserInfo") |
| 17 | } | 17 | } |
-
请 注册 或 登录 后发表评论