Skip to content

Instantly share code, notes, and snippets.

@aplinxy9plin
Created June 25, 2019 08:11
Show Gist options
  • Select an option

  • Save aplinxy9plin/0a2ece87972e1fd0b575ebd362683ede to your computer and use it in GitHub Desktop.

Select an option

Save aplinxy9plin/0a2ece87972e1fd0b575ebd362683ede to your computer and use it in GitHub Desktop.
app.use(function(req, res, next) {
res.header("Access-Control-Allow-Origin", "*");
res.header("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept");
next();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment