mirror of
https://github.com/ctwj/urldb.git
synced 2025-11-25 11:29:37 +08:00
update: 持久化系统配置
This commit is contained in:
@@ -51,7 +51,7 @@ func Login(c *gin.Context) {
|
||||
User: converter.ToUserResponse(user),
|
||||
}
|
||||
|
||||
c.JSON(http.StatusOK, response)
|
||||
SuccessResponse(c, response, "登录成功")
|
||||
}
|
||||
|
||||
// Register 用户注册
|
||||
|
||||
Reference in New Issue
Block a user