Part on Useful names and conventions finished
This commit is contained in:
parent
20aee0812f
commit
d907e90218
7 changed files with 18 additions and 18 deletions
|
|
@ -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'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue