Skip to content

Instantly share code, notes, and snippets.

@Edudjr
Created October 16, 2018 21:38
Show Gist options
  • Save Edudjr/209fd09ab6f7d9c72143ce493b6ddb9c to your computer and use it in GitHub Desktop.
Save Edudjr/209fd09ab6f7d9c72143ce493b6ddb9c to your computer and use it in GitHub Desktop.
var routes = require('./routes/index'); //#1
var users = require('./routes/users'); //#2
...
app.use('/', routes); //#3
app.use('/users', users); //#4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment