Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨feat: add CORS config for development environment #94

Merged

Conversation

yanosea
Copy link
Owner

@yanosea yanosea commented Jan 27, 2025

  • add CORS configuration when the server runs on port 8080
  • allow all origins (*) for development purposes
  • enable GET method only through CORS settings

- add CORS configuration when the server runs on port `8080`
- allow all origins (*) for development purposes
- enable GET method only through CORS settings
- Update tests to accommodate new CORS middleware
@yanosea yanosea added the enhancement New feature or request label Jan 27, 2025
@yanosea yanosea self-assigned this Jan 27, 2025
@yanosea yanosea linked an issue Jan 27, 2025 that may be closed by this pull request
6 tasks
@yanosea yanosea merged commit 28659fe into main Jan 27, 2025
5 checks passed
@yanosea yanosea deleted the 93-add-cors-configuration-for-local-development-environment branch January 27, 2025 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CORS Configuration for Local Development Environment
1 participant