We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47ec00 commit 9c1a992Copy full SHA for 9c1a992
src/routes.php
@@ -9,7 +9,7 @@
9
$router->get("/util/jwt/validate", ["JwtController","validate"]);
10
11
$router->post("/admin/forgot_password", ["ForgotPasswordController","store"]);
12
- $router->get("/admin/reset_password", ["ResetPasswordController","index"]);
+ //$router->get("/admin/reset_password", ["ResetPasswordController","index"]);
13
$router->put("/admin/reset_password", ["ResetPasswordController","update"]);
14
15
$router->use(["Auth","execute"]);
0 commit comments