Skip to content

fix: update CORS configuration to accept a single origin as a list and correct frontend demo link in README#27

Merged
devcavin merged 1 commit into
mainfrom
server
Jul 14, 2026
Merged

fix: update CORS configuration to accept a single origin as a list and correct frontend demo link in README#27
devcavin merged 1 commit into
mainfrom
server

Conversation

@devcavin

Copy link
Copy Markdown
Owner

This pull request updates the README.md badges for improved visibility, corrects a frontend URL typo, and modifies backend CORS configuration to simplify allowed origins handling. The most important changes are grouped below.

Documentation and Badge Updates:

  • Updated the badge section in README.md to include technology stack badges (TypeScript, Kotlin, React, Spring Boot, PostgreSQL, Supabase, Render), repo size, and stars, while maintaining CI and deployment badges. This improves project visibility and provides quick insights into the tech stack.
  • Fixed a typo in the frontend live demo URL in README.md from htts:// to https://.

Backend CORS Configuration:

  • Changed allowedOrigins in CorsProperties from a nullable list to a non-nullable string, and updated its usage in SecurityConfig to wrap it as a single-item list. This simplifies the configuration and enforces a single origin string from properties. [1] [2]

Close #25

@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gatelog Ready Ready Preview, Comment Jul 14, 2026 10:03am

@devcavin devcavin added the fix label Jul 14, 2026
@devcavin
devcavin merged commit 442c6df into main Jul 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CORS configuration setup mismatch

1 participant