Skip to content

Commit

Permalink
change service url to https://tiles.soundscape.services
Browse files Browse the repository at this point in the history
  • Loading branch information
RDMurray committed Oct 24, 2023
1 parent 1c7ebdc commit 2da2f4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class ServiceModel {
static let errorRealm = "GDAHTTPErrorRealm"

/// Domain name to resolve for production services
private static let productionServicesHostName = "https://newprod0.openscape.io"
private static let productionServicesHostName = "https://tiles.soundscape.services"
/// Domain part of the URL for learning resources
private static let productionAssestsHostName = "https://soundscape.services"
// Do not change `productionVoicesHostName`!
Expand Down

0 comments on commit 2da2f4d

Please sign in to comment.