BackendStack21/fast-gateway

CORS Implemetation

Closed this issue · 2 comments

How to implement CORS with fast-gateway?

Hi @nilayupadhyay17 , you can use middlewares like https://www.npmjs.com/package/cors connected to global or route level middlewares.

Regards