You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// this directory contains code which compiled a single program for end users. gui elements are implemented.
@@ -25,7 +26,7 @@ var mBoxSuccess = `Wire-pod has started successfully! It is now running in the b
25
26
varmBoxIcon="./icons/start-up-full.png"
26
27
27
28
funcgetNeedsSetupMsg() string {
28
-
return`Wire-pod is now running in the background. You must set it up by heading to http://`+botsetup.GetOutboundIP().String() +`:`+sdkapp.WebPort+` in a browser.`
29
+
return`Wire-pod is now running in the background. You must set it up by heading to http://`+botsetup.GetOutboundIP().String() +`:`+vars.WebPort+` in a browser.`
0 commit comments