diff options
-rw-r--r-- | src/js/app.js | 3 |
1 files changed, 1 insertions, 2 deletions
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(); |