Added changelog API method

This commit is contained in:
Henry Whitaker
2020-04-24 18:20:12 +01:00
parent dee74bb0c8
commit d160dcbd0b
2 changed files with 19 additions and 0 deletions

View File

@@ -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')