introducing lint breakage in the books app

This commit is contained in:
Ravi Srinivasan
2019-07-03 10:51:18 +05:30
committed by GitHub
parent ccd7badf5d
commit d2357812f0

View File

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