From 6ca8ef0a5956eb8e38a0dd2e4aa95c47741d5741 Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Fri, 1 Jun 2018 12:31:47 -0700 Subject: [PATCH] Update accepted JSON format --- .../controllers/e911s_controller.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flowroutenumbersandmessaging/controllers/e911s_controller.py b/flowroutenumbersandmessaging/controllers/e911s_controller.py index 50861f8..843ecaa 100644 --- a/flowroutenumbersandmessaging/controllers/e911s_controller.py +++ b/flowroutenumbersandmessaging/controllers/e911s_controller.py @@ -156,7 +156,7 @@ class E911sController(BaseController): # Prepare headers _headers = { - 'accept': 'application/json' + 'accept': 'application/vnd.api+json' } # Prepare and execute request @@ -229,7 +229,7 @@ class E911sController(BaseController): # Prepare headers _headers = { - 'accept': 'application/json' + 'accept': 'application/vnd.api+json' } # Prepare and execute request @@ -318,7 +318,7 @@ class E911sController(BaseController): # Prepare headers _headers = { - 'accept': 'application/json' + 'accept': 'application/vnd.api+json' } # Prepare and execute request @@ -356,7 +356,7 @@ class E911sController(BaseController): # Prepare headers _headers = { - 'accept': 'application/json' + 'accept': 'application/vnd.api+json' } # Prepare and execute request @@ -394,7 +394,7 @@ class E911sController(BaseController): # Prepare headers _headers = { - 'accept': 'application/json' + 'accept': 'application/vnd.api+json' } # Prepare and execute request @@ -430,7 +430,7 @@ class E911sController(BaseController): # Prepare headers _headers = { - 'accept': 'application/json' + 'accept': 'application/vnd.api+json' } # Prepare and execute request