fleet-platform/app/entrypoints/gateway.py

4 lines
66 B
Python
Raw Permalink Normal View History

from app.main import create_app
app = create_app(role="gateway")