Skip to content

Commit 2dafea3

Browse files
authored
Merge pull request #8 from delschlangen/claude/enhance-bluebook-citations-uO8FO
Add GitHub Pages to CORS allowed origins
2 parents a7c7d86 + 89fdb9d commit 2dafea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/app/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ async def lifespan(app: FastAPI):
4646
"http://localhost:3000",
4747
"http://localhost:5173",
4848
"http://127.0.0.1:5173",
49+
"https://delschlangen.github.io",
4950
],
5051
allow_credentials=True,
5152
allow_methods=["*"],

0 commit comments

Comments
 (0)