mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 20:14:52 +01:00
Started building update functions out
This commit is contained in:
@@ -37,3 +37,11 @@ Route::group([
|
||||
Route::post('restore', 'BackupController@restore')
|
||||
->name('data.restore');
|
||||
});
|
||||
|
||||
Route::group([
|
||||
'middleware' => 'api',
|
||||
'prefix' => 'update',
|
||||
], function () {
|
||||
Route::get('check', 'UpdateController@checkForUpdate')
|
||||
->name('update.check');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user