mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 06:46:25 +02:00
Update received & scheduled
This commit is contained in:
parent
f609fc175f
commit
23892f5983
20 changed files with 338 additions and 142 deletions
10
routes.php
10
routes.php
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue