Commit e6564fc7 authored by Ai-Sasit's avatar Ai-Sasit

cors update

parent af84c3e3
...@@ -19,7 +19,7 @@ origins = [ ...@@ -19,7 +19,7 @@ origins = [
app.add_middleware( app.add_middleware(
CORSMiddleware, CORSMiddleware,
allow_origins=origins, allow_origins=["*"],
allow_credentials=True, allow_credentials=True,
allow_methods=["*"], allow_methods=["*"],
allow_headers=["*"], allow_headers=["*"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment