@stemy/ngx-utils 11.2.6 → 11.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3199,7 +3199,7 @@
3199
3199
  try {
3200
3200
  var url = new URL(baseUrl);
3201
3201
  var port = url.port && url.port !== "443" && url.port !== "80" ? ":" + url.port : "";
3202
- return url.protocol + "://" + url.hostname + port + "/";
3202
+ return url.protocol + "//" + url.hostname + port + "/";
3203
3203
  }
3204
3204
  catch (_a) {
3205
3205
  return "/";