diff options
Diffstat (limited to 'infrastructure/Api/routes_public.php')
-rw-r--r-- | infrastructure/Api/routes_public.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/infrastructure/Api/routes_public.php b/infrastructure/Api/routes_public.php new file mode 100644 index 0000000..3609ea8 --- /dev/null +++ b/infrastructure/Api/routes_public.php @@ -0,0 +1,3 @@ +<?php + +$router->get('/', 'DefaultApiController@index');
\ No newline at end of file |