mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-06 06:46:25 +02:00
Add create and delete message to api
This commit is contained in:
parent
3a3ed4f998
commit
10171ac4c5
2 changed files with 128 additions and 0 deletions
|
@ -189,6 +189,12 @@
|
|||
'/api/list/{entry_type}/',
|
||||
'/api/list/{entry_type}/{page}/',
|
||||
],
|
||||
'post_scheduled' => [
|
||||
'/api/scheduled/',
|
||||
],
|
||||
'delete_scheduled' => [
|
||||
'/api/scheduled/{id}/',
|
||||
],
|
||||
],
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue