fix flake8 and add MIME types to lambda setup (#781)
* fix flake8 and add MIME types to lambda setup * add fixes per #660)
This commit is contained in:
@@ -1 +1,10 @@
|
||||
{"app":"pygeoapi/flask_app.APP","text_mime_types":["application/ld+json"]}
|
||||
{
|
||||
"app": "pygeoapi/flask_app.APP",
|
||||
"text_mime_types": [
|
||||
"application/ld+json",
|
||||
"text/html",
|
||||
"application/geo+json",
|
||||
"application/prs.coverage+json",
|
||||
"application/xml"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user