mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-05 06:01:46 -04:00
Merge pull request #1628 from alphagov/remove-unused-code-for-sms-sender
Remove unused routes
This commit is contained in:
@@ -19,6 +19,3 @@ class InboundNumberClient(NotifyAdminAPIClient):
|
||||
|
||||
def get_inbound_sms_number_for_service(self, service_id):
|
||||
return self.get('/inbound-number/service/{}'.format(service_id))
|
||||
|
||||
def activate_inbound_sms_service(self, service_id):
|
||||
return self.post(url='/inbound-number/service/{}'.format(service_id), data={})
|
||||
|
||||
Reference in New Issue
Block a user