mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
remove extra semicolon
This commit is contained in:
@ -105,7 +105,6 @@ Route::prefix('/v1')->group(function () {
|
||||
|
||||
// Send reset password mail
|
||||
Route::post('password/email', [ForgotPasswordController::class, 'sendResetLinkEmail'])->middleware("throttle:10,2");
|
||||
;
|
||||
|
||||
// handle reset password form process
|
||||
Route::post('reset/password', [ResetPasswordController::class, 'reset']);
|
||||
|
||||
Reference in New Issue
Block a user