2cb68277f9
* fix flake8 and add MIME types to lambda setup * add fixes per #660)
11 lines
223 B
Plaintext
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"
|
|
]
|
|
}
|