Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created October 9, 2018 08:40
Show Gist options
  • Save amandeepmittal/da7cc78e5a965cebe2ca70137e43d52c to your computer and use it in GitHub Desktop.
Save amandeepmittal/da7cc78e5a965cebe2ca70137e43d52c to your computer and use it in GitHub Desktop.
// server.js
const routes = require('./routes');
// after all middleware functions
app.use(routes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment