From 854d74480628fcbfd6bdd734b6433c376bdf3205 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 16 Feb 2022 12:27:20 +0100 Subject: [PATCH] cleaning UI links to localhost only --- test/serverProcess.js | 2 +- views/blueprints.hbs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/serverProcess.js b/test/serverProcess.js index e840969..b978418 100644 --- a/test/serverProcess.js +++ b/test/serverProcess.js @@ -3,7 +3,7 @@ import fetch from 'node-fetch' import childProcess from 'child_process' const SERVER_LAUNCH_WAIT_TIME = 10 * 1000 -const SERVER_ROOT = 'http://localhost:4040' +const SERVER_ROOT = '' let serverProc = null let serverExited = false function checkStatus (res) { diff --git a/views/blueprints.hbs b/views/blueprints.hbs index d4b67f2..eb99dde 100644 --- a/views/blueprints.hbs +++ b/views/blueprints.hbs @@ -8,7 +8,7 @@