pnxtech / hydra-express

A module which wraps Hydra and ExpressJS into a library for building distributed applications - such as microservices
MIT License
184 stars 37 forks source link

Disable CORS #127

Open manishbhatias opened 5 years ago

manishbhatias commented 5 years ago

How do I disable the CORS headers completely? In my setup, they are handled at the reverse proxy level instead of at individual service level

I also see that cors plugin is initialized twice at L325 and L389