From f6acab7860f5b5f78bc37943de78a365c3e76340 Mon Sep 17 00:00:00 2001 From: Petronel MALUTAN Date: Wed, 21 Jun 2017 15:18:23 +0300 Subject: [PATCH] Update routes_public.php --- infrastructure/Api/routes_public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/Api/routes_public.php b/infrastructure/Api/routes_public.php index 3609ea8..8c9dc50 100644 --- a/infrastructure/Api/routes_public.php +++ b/infrastructure/Api/routes_public.php @@ -1,3 +1,3 @@ get('/', 'DefaultApiController@index'); \ No newline at end of file +$router->get('/', '\Infrastructure\Api\Controllers\DefaultApiController@index');