mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
routes: cleanup files
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user