✨ scan the QR code to log in on the WeChat public account
This commit is contained in:
@@ -14,6 +14,8 @@ func UserRouter(router *gin.RouterGroup) {
|
||||
{
|
||||
userGroup.POST("/login", userApi.AccountLogin)
|
||||
userGroup.POST("/phone_login", userApi.PhoneLogin)
|
||||
userGroup.POST("/add", userApi.AddUser)
|
||||
userGroup.POST("/reset_password", userApi.ResetPassword)
|
||||
}
|
||||
authGroup := router.Group("auth").Use(middleware.JWTAuthMiddleware())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user