Files
digifi-BankToProductCore/wsgi.py
T
CHIEFSOFT\ameye 0bb36be246 first commit
2025-03-23 14:25:20 -04:00

8 lines
140 B
Python

from app import create_app
app = create_app()
if __name__ != "__main__":
# Expose WSGI app instance for Gunicorn
wsgi_app = app