Update received & scheduled

This commit is contained in:
osaajani 2019-11-12 17:37:20 +01:00
parent f609fc175f
commit 23892f5983
20 changed files with 338 additions and 142 deletions

View file

@ -129,6 +129,16 @@
'create' => '/user/create/{csrf}/',
'delete' => '/user/delete/{csrf}/',
],
'Phone' => [
'list' => [
'/phone/',
'/phone/p/{page}/',
],
'add' => '/phone/add/',
'create' => '/phone/create/{csrf}/',
'delete' => '/phone/delete/{csrf}/',
],
);
define('ROUTES', $routes);