Skip to content

Instantly share code, notes, and snippets.

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