mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 00:41:35 -05:00
fixing tests
This commit is contained in:
@@ -9,6 +9,7 @@ from app.errors import InvalidRequest, register_errors
|
||||
sms_callback_blueprint = Blueprint("sms_callback", __name__, url_prefix="/notifications/sms")
|
||||
register_errors(sms_callback_blueprint)
|
||||
|
||||
# TODO SNS SMS delivery receipts delivered here
|
||||
|
||||
# @sms_callback_blueprint.route('/mmg', methods=['POST'])
|
||||
# def process_mmg_response():
|
||||
|
||||
Reference in New Issue
Block a user