mirror of
https://github.com/flextype/flextype.git
synced 2025-08-07 05:36:54 +02:00
feat(routes): add common routes entry point
This commit is contained in:
7
src/flextype/routes/routes.php
Normal file
7
src/flextype/routes/routes.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once __DIR__ . '/endpoints/utils.php';
|
||||
require_once __DIR__ . '/endpoints/entries.php';
|
||||
require_once __DIR__ . '/endpoints/registry.php';
|
Reference in New Issue
Block a user