Fix missing letter, I should really test this locally first next time...
This commit is contained in:
parent
d919b2ed40
commit
cec5499ada
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ Route::get('/packs/pull/{uuid}/hash', 'PackController@hash')->name('daemon.pack.
|
|||
Route::get('/details/option/{server}', 'OptionController@details')->name('daemon.option.details');
|
||||
Route::get('/configure/{token}', 'ActionController@configuration')->name('daemon.configuration');
|
||||
|
||||
Route::post('/download', 'ActionController@authentiateDownload')->name('daemon.download');
|
||||
Route::post('/download', 'ActionController@authenticateDownload')->name('daemon.download');
|
||||
Route::post('/install', 'ActionController@markInstall')->name('daemon.install');
|
||||
|
|
Loading…
Reference in a new issue