Confirm Register
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user