From 9b45cb93afb36e073f1233c404744bdbab4bff31 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Tue, 2 Jul 2019 14:07:28 +0200 Subject: BUGFIX correct wrong url --- src/js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/js/app.js b/src/js/app.js index 16749c0..be1e9a1 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -98,8 +98,7 @@ export function init() { // host: "raspberrypi3.local:31022", afb = new AFB({ - host: "raspberrypi3.local:31022", - // host: host+":"+port, + host: host+":"+port, token: token }); load_application_list(); -- cgit 1.2.3-korg