fleet-platform/app/entrypoints/gateway.py

3 lines
66 B
Python

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