Skip to content

Commit

Permalink
chore: update CORS lists
Browse files Browse the repository at this point in the history
  • Loading branch information
FacerAin committed Nov 30, 2023
1 parent b2fac31 commit 57d3eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Settings(BaseSettings):
# BACKEND_CORS_ORIGINS is a JSON-formatted list of origins
# e.g: '["http://localhost", "http://localhost:4200", "http://localhost:3000", \
# "http://localhost:8080", "http://local.dockertoolbox.tiangolo.com"]'
BACKEND_CORS_ORIGINS: List[AnyHttpUrl] = []
BACKEND_CORS_ORIGINS: List[AnyHttpUrl] = ["http://localhost", "http://localhost:46601"]

PROJECT_NAME: str = "KHUGPT"
OPENAI_API_KEY: str
Expand Down

0 comments on commit 57d3eb4

Please sign in to comment.