mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
Added changelog API method
This commit is contained in:
@@ -42,6 +42,8 @@ Route::group([
|
||||
'middleware' => 'api',
|
||||
'prefix' => 'update',
|
||||
], function () {
|
||||
Route::get('changelog', 'UpdateController@changelog')
|
||||
->name('update.changelog');
|
||||
Route::get('check', 'UpdateController@checkForUpdate')
|
||||
->name('update.check');
|
||||
Route::get('download', 'UpdateController@downloadUpdate')
|
||||
|
||||
Reference in New Issue
Block a user