mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Update panel to send correct service option configuration to the daemon.
This commit is contained in:
@@ -6,4 +6,9 @@
|
||||
* This software is licensed under the terms of the MIT license.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
Route::get('/authenticate/{token}', 'ValidateKeyController@index')->name('post.api.remote.authenticate');
|
||||
Route::get('/authenticate/{token}', 'ValidateKeyController@index')->name('api.remote.authenticate');
|
||||
|
||||
Route::group(['prefix' => '/options'], function () {
|
||||
Route::get('/', 'OptionRetrievalController@index')->name('api.remote.services');
|
||||
Route::get('/{uuid}', 'OptionRetrievalController@download')->name('api.remote.services.download');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user