From 4db541cc3284055a5fecd04213838cc1d249ac0a Mon Sep 17 00:00:00 2001 From: nerdalertdk Date: Fri, 26 Aug 2016 10:10:29 +0200 Subject: [PATCH] tabs to spaces --- html/api_v0.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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