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:
@@ -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
|
||||
|
Reference in New Issue
Block a user