fix(settings): remove line break in CORS_ALLOWED_ORIGINS string #34

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-25 17:42:13 +00:00

1 Commits

Author SHA1 Message Date
d1a8f4403a fix(settings): remove line break in CORS_ALLOWED_ORIGINS string
Consolidate CORS_ALLOWED_ORIGINS default value onto a single line
to fix formatting issue. Removes unnecessary line break and trailing
whitespace that was splitting the URL string across multiple lines.
2025-11-25 17:41:43 +00:00