mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
Add send sms to contacts and groups by grouped actions
This commit is contained in:
parent
c6c65c201f
commit
0ef7a9cc36
7 changed files with 64 additions and 9 deletions
|
@ -106,7 +106,10 @@
|
|||
'/scheduled/',
|
||||
'/scheduled/p/{page}/',
|
||||
],
|
||||
'add' => '/scheduled/add/',
|
||||
'add' => [
|
||||
'/scheduled/add/',
|
||||
'/scheduled/add/{prefilled}/',
|
||||
],
|
||||
'create' => '/scheduled/create/{csrf}/',
|
||||
'edit' => '/scheduled/edit/',
|
||||
'update' => '/scheduled/update/{csrf}/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue