Confirm Register

This commit is contained in:
2024-07-22 13:49:33 +02:00
parent 06ce614c2b
commit 2fde820942
5 changed files with 115 additions and 5 deletions
+1
View File
@@ -19,6 +19,7 @@ SimpleRouter::all("/", function () {
// Login
SimpleRouter::post("/login", [Api\Login\Login::class, "post"]);
SimpleRouter::post("/register", [Api\Register\Register::class, "post"]);
SimpleRouter::patch("/register", [Api\Register\Register::class, "patch"]);
/*
* Normal Auth routes
*/