updated the url of the server to pull the server_profiles.json from assets

This commit is contained in:
Greg Tseng 2025-03-03 18:38:58 -05:00
parent 21ffc7a454
commit 75eec20237

View File

@ -11,7 +11,7 @@ namespace Saradomin.Infrastructure.Services
public class RemoteConfigService : IRemoteConfigService public class RemoteConfigService : IRemoteConfigService
{ {
private const string ServerProfilesURL = private const string ServerProfilesURL =
"https://emoscape.org/server_profiles.json"; "https://assets.emoscape.org/server_profiles.json";
public ObservableCollection<ServerProfile> AvailableProfiles { get; private set; } = new(); public ObservableCollection<ServerProfile> AvailableProfiles { get; private set; } = new();