fix error display when server is installing, closes #424
This commit is contained in:
parent
4f127b95f0
commit
a52d9eb0fb
8 changed files with 47 additions and 45 deletions
|
@ -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');
|
||||
});
|
||||
|
|
|
@ -110,8 +110,6 @@ Route::group(['prefix' => 'tasks'], function () {
|
|||
|
|
||||
*/
|
||||
Route::group(['prefix' => 'ajax'], function () {
|
||||
Route::get('/status', 'AjaxController@getStatus')->name('server.ajax.status');
|
||||
|
||||
Route::post('/set-primary', 'AjaxController@postSetPrimary')->name('server.ajax.set-primary');
|
||||
Route::post('/settings/reset-database-password', 'AjaxController@postResetDatabasePassword')->name('server.ajax.reset-database-password');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue