mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Updated inbound sms API endpoints
- from `/v2/inbound_sms` to `/v2/received-text-messages` - use paginated results
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from flask import Blueprint
|
||||
from app.v2.errors import register_errors
|
||||
|
||||
v2_inbound_sms_blueprint = Blueprint("v2_inbound_sms", __name__, url_prefix='/v2/inbound_sms')
|
||||
v2_inbound_sms_blueprint = Blueprint("v2_inbound_sms", __name__, url_prefix='/v2/received-text-messages')
|
||||
|
||||
register_errors(v2_inbound_sms_blueprint)
|
||||
|
||||
Reference in New Issue
Block a user