mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
fix(cors): allow all origins
This commit is contained in:
parent
610778fa25
commit
363528d2ce
@ -35,7 +35,7 @@ app = FastAPI()
|
||||
origins = [
|
||||
"http://localhost",
|
||||
"http://localhost:3000",
|
||||
"http://localhost:8080",
|
||||
"*",
|
||||
]
|
||||
|
||||
app.add_middleware(
|
||||
|
Loading…
Reference in New Issue
Block a user