CodeSeoul / event_member_management_backend

ISC License
2 stars 1 forks source link

Feature/flexible cors #27

Closed TheBeege closed 1 year ago

TheBeege commented 1 year ago

Purpose of Changes

Allow CORS configuration for frontend development

Description of Changes

Couldn't get gradle to work locally until I upgraded, so I needed to include that.

Added an application property app.cors-allowed-origins to allow setting an environment variable for defining CORS allowed origins. If you use the local Spring profile, the value will default to *.

Checklist