mirror of
https://github.com/flextype/flextype.git
synced 2025-08-23 05:16:03 +02:00
refactor(core): move /routes/api.php to /routes/api/delivery.php #159
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user