We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c8f3e commit b28064eCopy full SHA for b28064e
opt_rest.py
@@ -15,7 +15,7 @@
15
import os
16
17
18
-UPLOAD_FOLDER = '/data'
+UPLOAD_FOLDER = 'data'
19
ALLOWED_EXTENSIONS = set(['csv'])
20
21
def allowed_file(filename):
0 commit comments