carvalholeo/generator-dh

View on GitHub
templates/js/routes/users.js

Summary

Maintainability
A
0 mins
Test Coverage
const express = require('express');
const router = express.Router();

/* GET users listing. */
router.get('/', (req, res) => {
  res.send('respond with a resource');
});

module.exports = router;