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;