added delete function to th application

This commit is contained in:
Patryk Hegenberg 2023-01-08 20:24:13 +01:00
parent 204e212fb8
commit a19e40f205
7 changed files with 74 additions and 10 deletions

View file

@ -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'
];