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;