mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 16:23:44 -04:00
Change log message
This commit is contained in:
@@ -53,7 +53,7 @@ register_errors(notifications)
|
|||||||
def receive_mmg_sms():
|
def receive_mmg_sms():
|
||||||
post_data = request.get_json()
|
post_data = request.get_json()
|
||||||
post_data.pop('MSISDN', None)
|
post_data.pop('MSISDN', None)
|
||||||
current_app.logger.info("POST form data: {}".format(post_data))
|
current_app.logger.info("Recieve notification form data: {}".format(post_data))
|
||||||
|
|
||||||
return "RECEIVED"
|
return "RECEIVED"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user