Skip to content

Commit

Permalink
Revert "fix: add localhost cors origin"
Browse files Browse the repository at this point in the history
This reverts commit 4868274.
  • Loading branch information
vpsx committed Oct 7, 2024
1 parent 10a55ba commit 4df98ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Settings(BaseSettings):
admin_password: str = "password"

cors_frontend_origin: str = "https://intact.sail.codes"
cors_localhost_origin: Union[str, None] = "http://localhost:5173"
cors_localhost_origin: Union[str, None] = None

# In development, read settings from .env.
# In production, just set environment variables.
Expand Down

0 comments on commit 4df98ae

Please sign in to comment.