diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index 729cea7c..d3753cec 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -129,7 +129,7 @@ include_once 'middlewares.php'; * Include Routes (web, api) */ include_once 'routes/web.php'; -include_once 'routes/api.php'; +include_once 'routes/api/delivery.php'; /** diff --git a/flextype/routes/api.php b/flextype/routes/api/delivery.php similarity index 100% rename from flextype/routes/api.php rename to flextype/routes/api/delivery.php