fix(settings): remove line break in CORS_ALLOWED_ORIGINS string #34
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/meetings"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.