From a7e6a5afcca2de2260055cd8944c16c01646cef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 21 Aug 2018 15:49:51 +0200 Subject: [PATCH] Without pushing --- server/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/app.js b/server/app.js index 46eb273f..6234b1a9 100644 --- a/server/app.js +++ b/server/app.js @@ -151,12 +151,12 @@ function routingFunction(req, res, next) { admin(req, res, next); } else { console.log("this other place"); - res.push('/assets/dist/main.min.js', headers, function(err, stream){ + /*res.push('/assets/dist/main.min.js', headers, function(err, stream){ console.log("this place"); if (err) return; stream.end(main_client); - }); + });*/ client(req, res, next); } } catch(e) {