mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
fix error display when server is installing, closes #424
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
* SOFTWARE.
|
||||
*/
|
||||
Route::get('/', 'IndexController@getIndex')->name('index');
|
||||
Route::get('/status/{server}', 'IndexController@status')->name('index.status');
|
||||
|
||||
Route::get('/index', function () {
|
||||
redirect()->route('index');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user