Ejemplo n.º 1
0
def app(apply_migrations: None) -> FastAPI:
    from app.api.server import get_application

    return get_application()
Ejemplo n.º 2
0
def app() -> FastAPI:
    from app.api.server import get_application

    return get_application()