mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-22 00:03:46 +02:00
Should wrap up the base landing page stuff for accounts, next step is server rendering
This commit is contained in:
@@ -24,10 +24,6 @@
|
||||
Route::get('/', 'IndexController@getIndex')->name('index');
|
||||
Route::get('/status/{server}', 'IndexController@status')->name('index.status');
|
||||
|
||||
Route::get('/index', function () {
|
||||
redirect()->route('index');
|
||||
});
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Account Controller Routes
|
||||
|
||||
Reference in New Issue
Block a user