mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-05 16:48:31 -04:00
ugh
This commit is contained in:
@@ -93,7 +93,7 @@ class ResponseHeaderMiddleware(object):
|
||||
found_a_text_yaml = True
|
||||
|
||||
if found_a_text_yaml:
|
||||
headers.append(("Content-Type", "application/yaml"))
|
||||
headers.append(("Content-Type", "text/plain"))
|
||||
|
||||
print(headers)
|
||||
return start_response(status, headers, exc_info)
|
||||
|
||||
Reference in New Issue
Block a user