tabs to spaces

This commit is contained in:
nerdalertdk
2016-08-26 10:10:29 +02:00
committed by GitHub
parent c873a3556e
commit 4db541cc32

View File

@@ -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