Better handling of file download requests

This commit is contained in:
Dane Everitt 2018-03-01 19:19:19 -06:00
parent 838b9a9093
commit 85bdbdce14
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 56 additions and 31 deletions

View file

@ -10,5 +10,4 @@ Route::get('/packs/pull/{uuid}', 'PackController@pull')->name('daemon.pack.pull'
Route::get('/packs/pull/{uuid}/hash', 'PackController@hash')->name('daemon.pack.hash');
Route::get('/configure/{token}', 'ActionController@configuration')->name('daemon.configuration');
Route::post('/download', 'ActionController@authenticateDownload')->name('daemon.download');
Route::post('/install', 'ActionController@markInstall')->name('daemon.install');