summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorjfriedli2019-08-12 07:28:08 -0700
committerjvoisin2019-08-12 07:28:08 -0700
commit08ce6aed7662ecf5586d6782ef6449c2ec564ed9 (patch)
treeffbe36b7531ecb809fd38937013c005d37fb83ef /main.py
parent28253053ffbde483a591a88a18ee21c649a0ba2d (diff)
adding mime type to api response
Diffstat (limited to '')
-rw-r--r--main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index 24a15ba..75299de 100644
--- a/main.py
+++ b/main.py
@@ -147,6 +147,7 @@ def create_app(test_config=None):
147 key, meta_after, output_filename = cleanup(parser, filepath) 147 key, meta_after, output_filename = cleanup(parser, filepath)
148 return { 148 return {
149 'output_filename': output_filename, 149 'output_filename': output_filename,
150 'mime': mime,
150 'key': key, 151 'key': key,
151 'meta': meta, 152 'meta': meta,
152 'meta_after': meta_after, 153 'meta_after': meta_after,