update
This commit is contained in:
@@ -41,5 +41,6 @@ func SetDefaultRoutes(r *gin.Engine) {
|
||||
{
|
||||
accountAPI.POST("/login", context.PatchContext(account.UserLogin))
|
||||
accountAPI.POST("/logout", context.PatchContext(account.UserLogout))
|
||||
accountAPI.POST("/signup", context.PatchContext(account.UserSignup))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user