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

Fix CORS error and refactor server configuration #44

Merged
merged 58 commits into from
Mar 24, 2024

Conversation

ballyalley-o
Copy link
Owner

This pull request fixes the CORS error that was occurring when making requests to the server. It also refactors the server configuration to improve code organization and readability. The changes include moving the header configuration to a middleware, adding a CORS configuration middleware, and removing unused imports. These changes ensure that the server sends the correct CORS headers and allows requests from the specified origins. This resolves issue #40 and issue #43.

ballyalley-o and others added 30 commits February 26, 2024 02:08
…tcampController & 🌈 fix code formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
1 participant