mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Add support for mms
This commit is contained in:
parent
88b00e4e9f
commit
fb10b9cdfd
20 changed files with 979 additions and 118 deletions
12
routes.php
12
routes.php
|
@ -166,6 +166,18 @@
|
|||
'create' => '/phone/create/{csrf}/',
|
||||
'delete' => '/phone/delete/{csrf}/',
|
||||
],
|
||||
|
||||
'Webhook' => [
|
||||
'list' => [
|
||||
'/webhook/',
|
||||
'/webhook/p/{page}/',
|
||||
],
|
||||
'add' => '/webhook/add/',
|
||||
'create' => '/webhook/create/{csrf}/',
|
||||
'delete' => '/webhook/delete/{csrf}/',
|
||||
'edit' => '/webhook/edit/',
|
||||
'update' => '/webhook/update/{csrf}/',
|
||||
],
|
||||
);
|
||||
|
||||
define('ROUTES', $routes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue