-
Notifications
You must be signed in to change notification settings - Fork 1
CORS
Jakub Żuchowski edited this page Jun 2, 2024
·
2 revisions
CORS configuration details is set in file config/CorsConfig.java.
Right now configuration allows for all requests from the specified origin (currently localhost:3000 and origin at GCP).
The configuration is set globally, however you can adjust the settings for individual controllers and their methods by using a @CrossOrigin annotation -- example.
You can adjust the global configuration settings as well -- example.