Start work on ember

This commit is contained in:
Faye Lorenz
2026-02-27 23:54:26 -06:00
parent b9df17d8a4
commit c4467f3805
3 changed files with 1 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ $uri = parse_url($_SERVER['REQUEST_URI'])['path'];
$routes = [
'/' => 'routes/index.php',
'/ember' => 'routes/ember.php',
];
function routeToController($uri, $routes)
View File
View File