Skip to content

fix cors issue

Nils Mittler requested to merge frag-jetzt-fixes into frag-jetzt

The lack of allowed origins resulted in requests being denied. Setting the allowed origins is now possible via the Application Properties and thus also via the environment variables. A wildcard is used as the default value, which should satisfy the requirements of local development. In deployed environments, this value is adapted to the domain accordingly.

Merge request reports