Delete wsgi.py

This commit is contained in:
2025-06-21 14:58:32 -04:00
parent 331d2d493a
commit 9565a2f9b9

View File

@ -1,8 +0,0 @@
# wsgi.py
# This file is the entry point for the Gunicorn WSGI server.
# It imports the 'app' object from your main application file.
from app import app
if __name__ == "__main__":
app.run()