Skip to content

Commit

Permalink
fix: allow all for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gregfrasco committed Oct 3, 2024
1 parent 4868274 commit 9155875
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] = "*"

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

0 comments on commit 9155875

Please sign in to comment.