Part on rendering notes finished
This commit is contained in:
parent
efdfb02518
commit
3f7c7ef7dd
7 changed files with 58 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue