mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 22:03:44 +02:00
Fix missing letter, I should really test this locally first next time...
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user