Skip to content

Commit b28064e

Browse files
authored
modify upload dir
1 parent 59c8f3e commit b28064e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opt_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import os
1616

1717

18-
UPLOAD_FOLDER = '/data'
18+
UPLOAD_FOLDER = 'data'
1919
ALLOWED_EXTENSIONS = set(['csv'])
2020

2121
def allowed_file(filename):

0 commit comments

Comments
 (0)