Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion calendar_backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class Settings(UnionAuthSettings, BaseSettings):
REQUIRE_REVIEW_PHOTOS: bool = True
REQUIRE_REVIEW_LECTURER_COMMENT: bool = True
REQUIRE_REVIEW_EVENT_COMMENT: bool = True
GOOGLE_CLIENT_SECRET: Json | None = None
CORS_ALLOW_ORIGINS: list[str] = ['*']
CORS_ALLOW_CREDENTIALS: bool = True
CORS_ALLOW_METHODS: list[str] = ['*']
Expand Down