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');