Skip to content

Instantly share code, notes, and snippets.

@navarroaxel
Created June 2, 2014 17:00
Show Gist options
  • Select an option

  • Save navarroaxel/d66e62c3b8281bb2c038 to your computer and use it in GitHub Desktop.

Select an option

Save navarroaxel/d66e62c3b8281bb2c038 to your computer and use it in GitHub Desktop.
Setting up an express app
var app = require('express')();
app.use('/users', require('./routes/users'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment