fix error display when server is installing, closes #424

This commit is contained in:
Dane Everitt 2017-05-05 16:27:36 -04:00
parent 4f127b95f0
commit a52d9eb0fb
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 47 additions and 45 deletions

View file

@ -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');
});