fix(core): update
This commit is contained in:
@@ -133,6 +133,6 @@ export class Smarturl implements IUrlObject {
|
||||
}
|
||||
|
||||
|
||||
return `${this.protocol}://${userpart}${this.hostname}:${this.port}/${this.path}`;
|
||||
return `${this.protocol}//${userpart}${this.hostname}:${this.port}${this.path}`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user