From 2e09f5c5764e49b5d3aced13771b5992b45e132f Mon Sep 17 00:00:00 2001 From: Senyoret1 <34079003+Senyoret1@users.noreply.github.com> Date: Thu, 30 Sep 2021 18:10:03 -0400 Subject: [PATCH] Fix the discovery service URL --- .../src/app/services/proxy-discovery.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/skywire-manager-src/src/app/services/proxy-discovery.service.ts b/static/skywire-manager-src/src/app/services/proxy-discovery.service.ts index 4495e85cf..493949503 100644 --- a/static/skywire-manager-src/src/app/services/proxy-discovery.service.ts +++ b/static/skywire-manager-src/src/app/services/proxy-discovery.service.ts @@ -16,7 +16,7 @@ export class ProxyDiscoveryService { /** * URL of the discovery service. */ - private readonly discoveryServiceUrl = 'https://service.discovery.skycoin.com/api/services?type='; + private readonly discoveryServiceUrl = 'https://sd.skycoin.com/api/services?type='; constructor( private http: HttpClient,