We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d919b2e commit cec5499Copy full SHA for cec5499
routes/daemon.php
@@ -28,5 +28,5 @@
28
Route::get('/details/option/{server}', 'OptionController@details')->name('daemon.option.details');
29
Route::get('/configure/{token}', 'ActionController@configuration')->name('daemon.configuration');
30
31
-Route::post('/download', 'ActionController@authentiateDownload')->name('daemon.download');
+Route::post('/download', 'ActionController@authenticateDownload')->name('daemon.download');
32
Route::post('/install', 'ActionController@markInstall')->name('daemon.install');
0 commit comments