Fix missing letter, I should really test this locally first next time...

This commit is contained in:
Dane Everitt 2017-05-01 14:32:22 -04:00
parent d919b2ed40
commit cec5499ada
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

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