Fix content-disposition for csv, xml, sh, and bat formats in APIs
Compare changes
+ 6
− 2
@@ -168,7 +168,9 @@ def handle_csv(frame, epoch, sep=',',
@@ -261,7 +263,9 @@ def handle_xml(frame, epoch, sep=',',
Sets these files types as attachments so that they are forced to download instead of opening inline.
Closes MetObsSite#1 (closed)