mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Add phone group support
This commit is contained in:
parent
22e5149193
commit
7c3bb65f8b
19 changed files with 1123 additions and 47 deletions
15
routes.php
15
routes.php
|
@ -164,7 +164,20 @@
|
|||
'delete' => '/phone/delete/{csrf}/',
|
||||
'edit' => '/phone/edit/',
|
||||
'update' => '/phone/update/{csrf}/',
|
||||
'update_status' => '/phone/update_status/{csrf}/'
|
||||
'update_status' => '/phone/update_status/{csrf}/',
|
||||
'json_list' => '/phones.json/',
|
||||
],
|
||||
|
||||
'PhoneGroup' => [
|
||||
'list' => '/phone_group/',
|
||||
'list_json' => '/phone_group/json/',
|
||||
'add' => '/phone_group/add/',
|
||||
'create' => '/phone_group/create/{csrf}/',
|
||||
'delete' => '/phone_group/delete/{csrf}/',
|
||||
'edit' => '/phone_group/edit/',
|
||||
'update' => '/phone_group/update/{csrf}/',
|
||||
'preview' => '/phone_group/preview/{id_group}/',
|
||||
'json_list' => '/phone_group.json/',
|
||||
],
|
||||
|
||||
'Call' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue