From 3a03ae323d8dc3e73953321526f33b14267d1f6b Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Tue, 16 Aug 2022 00:56:12 +0200 Subject: [PATCH] ip --- src/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index b8d1228..4e680b5 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -40,8 +40,8 @@ //****************************************************variable section**********************************************************/ //******************************************************************************************************************************/ - //let myip = document.location.hostname; - let myip = "192.168.88.228"; + let myip = document.location.hostname; + //let myip = "192.168.88.228"; //Flags let firstDevListRequest = true;