This commit is contained in:
2017-03-20 12:26:35 -04:00
parent cbf9f50050
commit 0f44f41031
17 changed files with 18 additions and 367 deletions

View File

@ -1,9 +0,0 @@
var express = require('express');
var router = express.Router();
/* GET users listing. */
router.get('/', function(req, res, next) {
res.send('respond with a resource');
});
module.exports = router;