Skip to content

Commit

Permalink
fix bug route inedex
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Gard committed Feb 6, 2024
1 parent 447dd30 commit b01b320
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ function () {

// for under construction

Auth::routes([
'register' => false,
]);

Route::group(
['middleware' => ['under']],
Expand Down Expand Up @@ -361,9 +364,7 @@ function () {
return redirect((config('starter-kit.uri')));
})->name('home');

Auth::routes([
'register' => false,
]);

//


Expand Down

0 comments on commit b01b320

Please sign in to comment.