ed-pilots-network / backend

Project to consume the Kafka, process the messages and provide an API to access the data
Apache License 2.0
12 stars 5 forks source link

#176 - Update allowed origin in CORS configuration #177

Closed pveeckhout closed 2 months ago

pveeckhout commented 2 months ago

The commit changes the allowed origin in the CORS configuration from "http" to "https" for the "edpn.io" domain. This fortifies the security of the application by ensuring communications are made over a secure connection.

closes #176