Test headers in dynamic scans

This commit is contained in:
Andrew Shumway
2025-04-14 13:06:32 -06:00
parent ba24485808
commit bf2ec6fcdb

View File

@@ -31,6 +31,7 @@ def live_service_and_organization_counts():
jsonify(
organizations=dao_count_organizations_with_live_services(),
services=dao_count_live_services(),
headers={"Content-Type": "application/json"},
),
200,
)