Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DucNgn committed Jul 13, 2023
1 parent 9a7272a commit 1f3ae31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llm_gateway/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def attach_cors_middleware(app: FastAPI) -> FastAPI:
allow_methods=["*"],
allow_headers=["*"],
)
return app


def attach_api_routes(app: FastAPI) -> FastAPI:
Expand Down

0 comments on commit 1f3ae31

Please sign in to comment.