This commit is contained in:
2024-07-04 21:19:34 +05:30
parent f67317a49a
commit b66d5a8f5f
3 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ pub fn (mut app App) post_signup(username string, email string, password string)
return app.json(noti)
}
@['/controller/signup']
@['/controller/register']
pub fn (mut app App) controller_signup() vweb.Result{
username := app.query["username"]
email := app.query["email"]