Fixes after author test

This commit is contained in:
Ravi Srinivasan
2019-07-03 18:40:36 +05:30
parent 835453322f
commit 2ca6c30d94
4 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ const router = express.Router();
const authors = require('../data/authors');
var user;
/* GET users listing. */
router.get('/', (req, res) => {