Part on rendering notes finished

This commit is contained in:
Patryk Hegenberg 2022-12-16 10:37:54 +01:00
parent efdfb02518
commit 3f7c7ef7dd
7 changed files with 58 additions and 4 deletions

View file

@ -6,7 +6,9 @@ $routes = [
'/about' => 'controllers/about.php',
'/contact' => 'controllers/contact.php',
'/mission' => 'controllers/mission.php',
'/mathe' => 'controllers/mathe.php'
'/mathe' => 'controllers/mathe.php',
'/note' => 'controllers/note.php',
'/notes' => 'controllers/notes.php'
];
function routeToController($uri, $routes) {