removed var
This commit is contained in:
parent
decebd1395
commit
8c2d797d13
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ 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