fix "MIME type ('text/plain') is not executable" on windows

pull/2152/head
i7-8700 3 years ago
parent 9e4aeac16d
commit 857584a929

@ -66,6 +66,8 @@ mimetypes.add_type('application/mp4', '.m4a')
mimetypes.add_type('application/mp4', '.m4b')
mimetypes.add_type('application/ogg', '.ogg')
mimetypes.add_type('application/ogg', '.oga')
mimetypes.add_type('text/css', '.css')
mimetypes.add_type('text/javascript; charset=UTF-8', '.js')
app = Flask(__name__)
app.config.update(

Loading…
Cancel
Save