Files
pygeoapi/aws-lambda/container/.serverless-wsgi
T
Tom Kralidis 2cb68277f9 fix flake8 and add MIME types to lambda setup (#781)
* fix flake8 and add MIME types to lambda setup

* add fixes per #660)
2021-09-19 19:22:02 -04:00

11 lines
223 B
Plaintext

{
"app": "pygeoapi/flask_app.APP",
"text_mime_types": [
"application/ld+json",
"text/html",
"application/geo+json",
"application/prs.coverage+json",
"application/xml"
]
}