This commit is contained in:
Jay
2018-04-18 18:21:29 +08:00
parent d86e8e47f4
commit a971bd52d2
4 changed files with 91 additions and 10 deletions
+1
View File
@@ -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))
}
}