Register endpoint

This commit is contained in:
2024-07-22 02:21:30 +02:00
parent d94c342bd6
commit af588ab174
9 changed files with 192 additions and 43 deletions
+1
View File
@@ -18,6 +18,7 @@ SimpleRouter::all("/", function () {
*/
// Login
SimpleRouter::post("/login", [Api\Login\Login::class, "post"]);
SimpleRouter::post("/register", [Api\Register\Register::class, "post"]);
/*
* Normal Auth routes
*/