diff --git a/html/api_v0.php b/html/api_v0.php index 92688c7b7a..dbfba3cb05 100644 --- a/html/api_v0.php +++ b/html/api_v0.php @@ -156,10 +156,10 @@ $app->group( // End Resources // Service section $app->group( - '/services', - function () use ($app) { - $app->get('/:hostname', 'authToken', 'list_services')->name('get_service_for_host'); - } + '/services', + function () use ($app) { + $app->get('/:hostname', 'authToken', 'list_services')->name('get_service_for_host'); + } ); $app->get('/services', 'authToken', 'list_services')->name('list_services'); // End Service