arc42 / status.arc42.org-site

the statistics and status overview for all arc42 domains and ubdomains.
https://status.arc42.org
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

extract all CORS logic into one function in Golang #24

Closed gernotstarke closed 1 year ago

gernotstarke commented 1 year ago

currently, cors for different handlers is spread around in the code, violating SRP and SoC.