From bda5e69184de7f4d3a87d3d4c4c78359803d7570 Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Tue, 3 Jan 2017 11:20:13 +0100 Subject: [PATCH] [fix] duniter-ui should listen on port 9220 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6a8b7cb..25db0c6 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ module.exports = { const app = express(); const HOTE = 'localhost'; - const PORT = 10500; + const PORT = 9220; /** * Sur appel de l'URL /abc -- GitLab