We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16795c9 commit a73696eCopy full SHA for a73696e
3 files changed
OpenFlow/src/Config.ts
@@ -43,7 +43,7 @@ export class Config {
43
}
44
if (Config.port != 80 && Config.port != 443) {
45
result = result + ":" + Config.port + "/";
46
- }
+ } else { result = result + "/"; }
47
return result;
48
49
// public static async get_login_providers():Promise<void> {
OpenFlowNodeRED/src/Config.ts
@@ -47,7 +47,7 @@ export class Config {
50
51
52
53
VERSION
@@ -1 +1 @@
1
-0.0.168
+0.0.169
0 commit comments