Start work on ember
This commit is contained in:
@@ -4,6 +4,7 @@ $uri = parse_url($_SERVER['REQUEST_URI'])['path'];
|
||||
|
||||
$routes = [
|
||||
'/' => 'routes/index.php',
|
||||
'/ember' => 'routes/ember.php',
|
||||
];
|
||||
|
||||
function routeToController($uri, $routes)
|
||||
|
||||
Reference in New Issue
Block a user