Skip to content

Instantly share code, notes, and snippets.

@orangeeli
Created October 11, 2015 11:54
Show Gist options
  • Select an option

  • Save orangeeli/d97196be7599f6ea9976 to your computer and use it in GitHub Desktop.

Select an option

Save orangeeli/d97196be7599f6ea9976 to your computer and use it in GitHub Desktop.
var cors = require('cloud/lib/cors.js');
app.use(cors());
app.options('*', cors());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment