Files
FlaskGunicorn/wsgi.py
2026-01-21 21:45:21 +01:00

5 lines
59 B
Python

from app import app
if __name__ == '__main__':
app.run()