Skip to content

Commit 9c1a992

Browse files
committed
Update routes.php
1 parent d47ec00 commit 9c1a992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
$router->get("/util/jwt/validate", ["JwtController","validate"]);
1010

1111
$router->post("/admin/forgot_password", ["ForgotPasswordController","store"]);
12-
$router->get("/admin/reset_password", ["ResetPasswordController","index"]);
12+
//$router->get("/admin/reset_password", ["ResetPasswordController","index"]);
1313
$router->put("/admin/reset_password", ["ResetPasswordController","update"]);
1414

1515
$router->use(["Auth","execute"]);

0 commit comments

Comments
 (0)