From 0f165810cfa8b2a492d5c725f8804d2b674aacd0 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sat, 7 Jan 2023 18:43:37 +0100 Subject: [PATCH] api error --- www/config/environment.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/config/environment.js b/www/config/environment.js index bf9d249..20c13b6 100644 --- a/www/config/environment.js +++ b/www/config/environment.js @@ -15,7 +15,7 @@ module.exports = function(environment) { APP: { // API host and port - ApiUrl: '//192.168.178.27//', + ApiUrl: '//192.168.178.27/', // HTTP mining endpoint HttpHost: 'http://192.168.178.27', @@ -67,4 +67,4 @@ module.exports = function(environment) { return ENV; }; - \ No newline at end of file +