コード例 #1
0
def app(apply_migrations: None) -> FastAPI:
    from app.api.server import get_application

    return get_application()
コード例 #2
0
def app() -> FastAPI:
    from app.api.server import get_application

    return get_application()