updated the url of the server to pull the server_profiles.json from assets
This commit is contained in:
parent
21ffc7a454
commit
75eec20237
@ -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<ServerProfile> AvailableProfiles { get; private set; } = new();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user