const express = require('express'); const router = express.Router(); //basic route management //TODO: import the routes module.exports = router;