upload path

This commit is contained in:
CHIEFSOFT\ameye
2025-12-27 15:30:51 -05:00
parent 28fabda7bf
commit 05840aae17
+1 -1
View File
@@ -109,7 +109,7 @@ def merms_register_complete():
return response
UPLOAD_FOLDER = '/uploads'
UPLOAD_FOLDER = '/app/uploads' # '/uploads'
ALLOWED_EXTENSIONS = {'txt', 'pdf', 'png', 'jpg', 'jpeg', 'gif'}