1
0
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:
Awilum
2020-01-07 18:34:13 +03:00
parent 9f0d3d64f1
commit 4dd4e89452
2 changed files with 1 additions and 1 deletions

View File

@@ -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';
/**