Skip to content

Commit cec5499

Browse files
committed
Fix missing letter, I should really test this locally first next time...
1 parent d919b2e commit cec5499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/daemon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
Route::get('/details/option/{server}', 'OptionController@details')->name('daemon.option.details');
2929
Route::get('/configure/{token}', 'ActionController@configuration')->name('daemon.configuration');
3030

31-
Route::post('/download', 'ActionController@authentiateDownload')->name('daemon.download');
31+
Route::post('/download', 'ActionController@authenticateDownload')->name('daemon.download');
3232
Route::post('/install', 'ActionController@markInstall')->name('daemon.install');

0 commit comments

Comments
 (0)