Add a simpler URL to send a sms with nothing but a GET request and an URL

This commit is contained in:
osaajani 2024-10-29 13:00:24 +01:00
parent 2be8242d5e
commit 5c697b5240
2 changed files with 44 additions and 0 deletions

View file

@ -221,6 +221,9 @@
'/api/invalid_number/',
'/api/invalid_number/{page}/',
],
'get_send_sms' => [
'/api/send-sms/',
],
'post_scheduled' => [
'/api/scheduled/',
],