Skip to content

Instantly share code, notes, and snippets.

@darrenderidder
Created September 22, 2013 20:56
Show Gist options
  • Save darrenderidder/6663709 to your computer and use it in GitHub Desktop.
Save darrenderidder/6663709 to your computer and use it in GitHub Desktop.
// First require the sub app
var gcm = require('../gcm/app.js');
// Second mount the app at a specific URI
app.use('/gcm', gcm);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment