From 19818e1da91dbc727567e61a12f1b85291406ee0 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 3 Jan 2021 11:13:11 -0700 Subject: [PATCH] test pre-commit hook --- hyperglass/ui/nextdev.js | 1 - 1 file changed, 1 deletion(-) diff --git a/hyperglass/ui/nextdev.js b/hyperglass/ui/nextdev.js index 05e6667..0facba9 100644 --- a/hyperglass/ui/nextdev.js +++ b/hyperglass/ui/nextdev.js @@ -8,7 +8,6 @@ const config = require(String(configFile)); const { NODE_ENV: env, _HYPERGLASS_URL_: envUrl } = config; -// testing const devProxy = { '/api/query/': { target: envUrl + 'api/query/', pathRewrite: { '^/api/query/': '' } }, '/images': { target: envUrl + 'images', pathRewrite: { '^/images': '' } },