Should wrap up the base landing page stuff for accounts, next step is server rendering
This commit is contained in:
parent
67ac36f5ce
commit
e045ef443a
32 changed files with 1223 additions and 317 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue