routes: cleanup files
This commit is contained in:
parent
ba41fb5095
commit
e2c8a2fdea
5 changed files with 35 additions and 11 deletions
|
@ -3,6 +3,14 @@
|
|||
use Illuminate\Support\Facades\Route;
|
||||
use Pterodactyl\Http\Middleware\RequireTwoFactorAuthentication;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Base Routes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Endpoint: /
|
||||
|
|
||||
*/
|
||||
Route::get('/', 'IndexController@index')->name('index')->fallback();
|
||||
Route::get('/account', 'IndexController@index')
|
||||
->withoutMiddleware(RequireTwoFactorAuthentication::class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue