Skip to content

Instantly share code, notes, and snippets.

@AntonioErdeljac
Created May 30, 2018 23:25
Show Gist options
  • Save AntonioErdeljac/158effaaeb527f6d756cf3178a48b5c4 to your computer and use it in GitHub Desktop.
Save AntonioErdeljac/158effaaeb527f6d756cf3178a48b5c4 to your computer and use it in GitHub Desktop.
const express = require('express');
const router = express.Router();
router.use('/users', require('./users'));
module.exports = router;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment