1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 18:36:39 +02:00

feat(core): move API's from routes folder to api #349

This commit is contained in:
Awilum
2020-02-14 02:03:39 +03:00
parent 387750c043
commit 9b2c7de999
3 changed files with 3 additions and 3 deletions

View File

@@ -126,10 +126,10 @@ include_once 'dependencies.php';
include_once 'middlewares.php';
/**
* Include Routes for API
* Include API's
*/
include_once 'routes/api/delivery/images.php';
include_once 'routes/api/delivery/entries.php';
include_once 'api/delivery/images.php';
include_once 'api/delivery/entries.php';
/**
* Set internal encoding