elastic / ems-file-service

Data sources for Elastic Map Service
Other
3 stars 8 forks source link

Fix the content-type for the index.html file in the vector catalog #304

Closed jsanz closed 8 months ago

jsanz commented 8 months ago

There's still work to do in the release code to set up the content-type because it is sending the wrong one:

$ curl -I https://vector-staging.maps.elastic.co/ | grep "content-type"

content-type: application/json

Originally posted by @jsanz in https://github.com/elastic/ems-file-service/issues/299#issuecomment-1979304824