This commit is contained in:
Kenneth Kehl
2025-02-03 12:28:40 -08:00
parent d61f96d916
commit e65a9d87d4
2 changed files with 19 additions and 13 deletions

View File

@@ -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)