auth fixes
CI / Web CI (push) Failing after 11s
CI / API CI (push) Failing after 13s

This commit is contained in:
2026-05-16 14:38:10 +00:00
parent 84038c25ec
commit 4cab01697d
11 changed files with 223 additions and 55 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class Settings(BaseSettings):
database_url: str = "postgresql://postgres:postgres@localhost:5432/headquarter"
# CORS
cors_origins: str = "http://localhost:5173"
cors_origins: str = "http://localhost:5173,http://localhost:3000"
# Deployment
root_domain: str = "localhost"