From c506540fd27d4f3e9b85a29ce89d54ed6f1cdbf0 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <67171972+IoTManagerProject@users.noreply.github.com> Date: Sun, 13 Feb 2022 23:16:47 +0100 Subject: [PATCH] final --- src/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 86c0af7..b6b6184 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -33,8 +33,8 @@ //****************************************************variable section**********************************************************/ //******************************************************************************************************************************/ - //let myip = document.location.hostname; - let myip = "192.168.88.235"; + let myip = document.location.hostname; + //let myip = "192.168.88.235"; //Flags let firstDevListRequest = true;