Finish index

This commit is contained in:
2026-02-25 17:11:17 -06:00
parent 7152f830c0
commit 500ef9f2d6
4 changed files with 107 additions and 120 deletions
+1 -2
View File
@@ -4,7 +4,6 @@ $uri = parse_url($_SERVER['REQUEST_URI'])['path'];
$routes = [
'/' => 'routes/index.php',
'/ember' => 'routes/ember.php',
];
function routeToController($uri, $routes)
@@ -25,4 +24,4 @@ function abort($code = 404)
die(0);
}
routeToController($uri, $routes);
routeToController($uri, $routes);