db-deployer/wsgi.py
2024-09-30 16:50:20 +02:00

5 lines
63 B
Python

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