added delete function to th application
This commit is contained in:
parent
204e212fb8
commit
a19e40f205
7 changed files with 74 additions and 10 deletions
|
|
@ -8,5 +8,6 @@ return[
|
|||
'/login' => 'controllers/login.php',
|
||||
'/register' => 'controllers/register.php',
|
||||
'/profile' => 'controllers/profile.php',
|
||||
'/logout' => 'controllers/logout.php'
|
||||
'/logout' => 'controllers/logout.php',
|
||||
'/delete' => 'controllers/delete.php'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue