From 921e2e8dd4cb5902213cae2fbda8b24fc2d56a22 Mon Sep 17 00:00:00 2001 From: WEBER Antoine Date: Wed, 23 Sep 2015 23:29:23 +0200 Subject: [PATCH] debug show --- routes/show.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/show.js b/routes/show.js index cfdbc5a..3cda418 100644 --- a/routes/show.js +++ b/routes/show.js @@ -13,7 +13,7 @@ function atob(string){ router.get('/:id', function(req, res, next) { var config = require('../config'); var db = config.init_db(); - var shows = {}; + var data = []; var id = /*atob(*/req.params.id/*)*/; console.log(id);