Skip to content

Commit

Permalink
Revert "fix: allow all for dev"
Browse files Browse the repository at this point in the history
This reverts commit 9155875.
  • Loading branch information
vpsx committed Oct 7, 2024
1 parent 9155875 commit 10a55ba
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] = "*"
cors_localhost_origin: Union[str, None] = "http://localhost:5173"

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

0 comments on commit 10a55ba

Please sign in to comment.