Part on Useful names and conventions finished

This commit is contained in:
Patryk Hegenberg 2022-12-20 21:35:05 +01:00
parent 20aee0812f
commit d907e90218
7 changed files with 18 additions and 18 deletions

View file

@ -5,8 +5,8 @@ return[
'/contact' => 'controllers/contact.php',
'/learn' => 'controllers/learn.php',
'/mathe' => 'controllers/mathe.php',
'/note' => 'controllers/note.php',
'/notes' => 'controllers/notes.php',
'/note' => 'controllers/notes/show.php',
'/notes' => 'controllers/notes/index.php',
'/addition' => 'controllers/addition.php',
'/notes/create' => 'controllers/note-create.php'
'/notes/create' => 'controllers/notes/create.php'
];