introducing lint breakage in the books app
This commit is contained in:
parent
ccd7badf5d
commit
d2357812f0
1 changed files with 1 additions and 0 deletions
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue