Add api for create and delete phone

This commit is contained in:
osaajani 2021-01-14 03:25:58 +01:00
parent df7c66f91c
commit 14cd233d92
5 changed files with 183 additions and 9 deletions

View file

@ -182,6 +182,12 @@
'delete_scheduled' => [
'/api/scheduled/{id}/',
],
'post_phone' => [
'/api/phone/',
],
'delete_phone' => [
'/api/phone/{id}/',
],
],
);