pruebas actualización

This commit is contained in:
David Itehua Xalamihua 2025-06-06 20:18:15 -06:00
parent a87532e63e
commit c4945b8482

View File

@ -37,7 +37,7 @@ if 'microsoft' in platform.uname().release.lower():
elif platform.system() == "Linux":
# folder_upload = "/var/www/uploads/formha"
folder_upload = "/var/www/formha/static/uploads/"
folder_cache = "/var/www/formha/cache"
folder_cache = "/var/www/formha/cache/"
app = Flask(__name__)