KaidiMohammed

Results 3 comments of KaidiMohammed

Hey, Try this , cause I think u must pass a function rather than an array ``` var allowedOrigins = ['http://localhost:3000', 'http://yourapp.com']; app.use(cors({ origin: function(origin, callback){ // allow requests with...