mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
Added methods to exclude files and backup whole installation
This commit is contained in:
@@ -48,6 +48,6 @@ Route::group([
|
||||
->name('update.download');
|
||||
Route::get('extract', 'UpdateController@extractUpdate')
|
||||
->name('update.extract');
|
||||
Route::get('extract', 'UpdateController@moveUpdate')
|
||||
Route::get('move', 'UpdateController@moveUpdate')
|
||||
->name('update.move');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user