chore: remove unused route
This commit is contained in:
parent
dedfd72731
commit
014c6dc446
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@
|
|||
|
||||
Route::post('/forgot-password', [Controller::class, 'forgot_password'])->name('password.forgot')->middleware('throttle:forgot-password');
|
||||
Route::get('/realtime', [Controller::class, 'realtime_test'])->middleware('auth');
|
||||
// Route::get('/waitlist', WaitlistIndex::class)->name('waitlist.index');
|
||||
Route::get('/verify', [Controller::class, 'verify'])->middleware('auth')->name('verify.email');
|
||||
Route::get('/email/verify/{id}/{hash}', [Controller::class, 'email_verify'])->middleware(['auth'])->name('verify.verify');
|
||||
Route::middleware(['throttle:login'])->group(function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue