mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 06:46:25 +02:00
fix few routes and basic errors
This commit is contained in:
parent
adb739775f
commit
bb8a114485
29 changed files with 142 additions and 181 deletions
21
routes.php
21
routes.php
|
@ -65,17 +65,17 @@
|
|||
'delete' => '/event/delete/{csrf}/',
|
||||
],
|
||||
|
||||
'Groupe' => [
|
||||
'Group' => [
|
||||
'list' => [
|
||||
'/groupe/',
|
||||
'/groupe/p/{page}/',
|
||||
'/group/',
|
||||
'/group/p/{page}/',
|
||||
],
|
||||
'add' => '/groupe/add/',
|
||||
'create' => '/groupe/create/{csrf}/',
|
||||
'delete' => '/groupe/delete/{csrf}/',
|
||||
'edit' => '/groupe/edit/',
|
||||
'update' => '/groupe/update/{csrf}/',
|
||||
'json_list' => '/groupes.json/',
|
||||
'add' => '/group/add/',
|
||||
'create' => '/group/create/{csrf}/',
|
||||
'delete' => '/group/delete/{csrf}/',
|
||||
'edit' => '/group/edit/',
|
||||
'update' => '/group/update/{csrf}/',
|
||||
'json_list' => '/groups.json/',
|
||||
],
|
||||
|
||||
'Received' => [
|
||||
|
@ -84,6 +84,7 @@
|
|||
'/received/p/{page}/',
|
||||
],
|
||||
'delete' => '/received/delete/{csrf}/',
|
||||
'popup' => '/received/popup/',
|
||||
],
|
||||
|
||||
'Scheduled' => [
|
||||
|
@ -111,7 +112,7 @@
|
|||
'update' => '/setting/update/{setting_name}/{csrf}/',
|
||||
],
|
||||
|
||||
'SMSStop' => [
|
||||
'SmsStop' => [
|
||||
'list' => [
|
||||
'/smsstop/',
|
||||
'/smsstop/p/{page}/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue