Skip to content

Commit 7517484

Browse files
committed
removed credentials true
1 parent 091aa47 commit 7517484

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/server/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ async def lifespan(app: FastAPI):
6464
app.add_middleware(
6565
CORSMiddleware,
6666
allow_origins=["*"],
67-
allow_credentials=True,
6867
allow_methods=["*"],
6968
allow_headers=["*"],
7069
)

0 commit comments

Comments
 (0)