Skip to content

Commit

Permalink
Merge pull request #903 from Senyoret1/discovery-url
Browse files Browse the repository at this point in the history
Fix the discovery service URL
  • Loading branch information
jdknives authored Oct 2, 2021
2 parents 42a9d6f + 2e09f5c commit 474fae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 474fae6

Please sign in to comment.