Remove the autoupdater #1133 (#1195)

* Remove the autoupdater #1133

* Remove self-updater package

* Package still needed :|
This commit is contained in:
Nabeel S
2021-05-20 11:37:27 -04:00
committed by GitHub
parent 5adc0b4072
commit edcea258ce
9 changed files with 17 additions and 120 deletions

View File

@@ -90,10 +90,6 @@ class RouteServiceProvider extends ServiceProvider
Route::post('/run-migrations', 'UpdateController@run_migrations')->name('run_migrations');
Route::get('/complete', 'UpdateController@complete')->name('complete');
// Routes for the update downloader
Route::get('/downloader', 'UpdateController@updater')->name('updater');
Route::post('/downloader', 'UpdateController@update_download')->name('update_download');
});
}