diff --git a/Saradomin/Infrastructure/Services/RemoteConfigService.cs b/Saradomin/Infrastructure/Services/RemoteConfigService.cs index 5d73ba1..d04eb30 100644 --- a/Saradomin/Infrastructure/Services/RemoteConfigService.cs +++ b/Saradomin/Infrastructure/Services/RemoteConfigService.cs @@ -11,7 +11,7 @@ namespace Saradomin.Infrastructure.Services public class RemoteConfigService : IRemoteConfigService { private const string ServerProfilesURL = - "https://emoscape.org/server_profiles.json"; + "https://assets.emoscape.org/server_profiles.json"; public ObservableCollection AvailableProfiles { get; private set; } = new();