Do not present the main Mare server as an option

This commit is contained in:
Loporrit
2023-09-01 05:31:39 +00:00
parent d18dc744c5
commit 7a0408f5d9
2 changed files with 16 additions and 7 deletions

View File

@@ -11,7 +11,6 @@ public class ServerConfig : IMareConfiguration
public List<ServerStorage> ServerStorage { get; set; } = new()
{
{ new ServerStorage() { ServerName = ApiController.LoporritServer, ServerUri = ApiController.LoporritServiceUri } },
{ new ServerStorage() { ServerName = ApiController.MainServer, ServerUri = ApiController.MainServiceUri } },
};
public int Version { get; set; } = 1;