mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Add api for create and delete phone
This commit is contained in:
parent
df7c66f91c
commit
14cd233d92
5 changed files with 183 additions and 9 deletions
|
@ -182,6 +182,12 @@
|
|||
'delete_scheduled' => [
|
||||
'/api/scheduled/{id}/',
|
||||
],
|
||||
'post_phone' => [
|
||||
'/api/phone/',
|
||||
],
|
||||
'delete_phone' => [
|
||||
'/api/phone/{id}/',
|
||||
],
|
||||
],
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue