Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Updated allowed origins #118

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
updated allowed origins
Bahugunajii committed Oct 21, 2024
commit 4d738baca69eb6267ec3e71e891cee0ca31f5e81
1 change: 1 addition & 0 deletions app/main.py
Original file line number Diff line number Diff line change
@@ -45,6 +45,7 @@ async def log_requests(request: Request, call_next):
"https://staging-quiz.avantifellows.org",
"https://quiz.avantifellows.org",
"http://localhost:3000",
"https://staging-gurukul.avantifellows.org",
"https://gurukul.avantifellows.org",
]