Skip to content

Commit

Permalink
vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
dglogo committed Dec 19, 2024
1 parent 2e914dd commit a59ba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/APIService/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# CORS setup
CORS_ORIGINS = os.getenv(
"CORS_ORIGINS",
"http://localhost:3000,https://nvnotebook-lm.vercel.app,https://notebooklm.brev.nvidia.com,https://ara.brev.nvidia.com,https://aira.brev.nvidia.com",
"http://localhost:3000,https://notebooklm.brev.nvidia.com,https://ara.brev.nvidia.com,https://aira.brev.nvidia.com",
)
allowed_origins = [origin.strip() for origin in CORS_ORIGINS.split(",")]
logger.info(f"Configuring CORS with allowed origins: {allowed_origins}")
Expand Down

0 comments on commit a59ba86

Please sign in to comment.