added trailing '/' to router console url
This commit is contained in:
@ -57,7 +57,7 @@ public class SysTray implements SysTrayMenuListener {
|
|||||||
if (_browserString == null || _browserString.equals("default")) {
|
if (_browserString == null || _browserString.equals("default")) {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
if (_urlLauncher.openUrl("http://localhost:7657"))
|
if (_urlLauncher.openUrl("http://localhost:7657/"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
@ -66,7 +66,7 @@ public class SysTray implements SysTrayMenuListener {
|
|||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
if (_urlLauncher.openUrl("http://localhost:7657", _browserString))
|
if (_urlLauncher.openUrl("http://localhost:7657/", _browserString))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
|
Reference in New Issue
Block a user