fixes the catalog page
This commit is contained in:
@ -114,7 +114,7 @@ namespace isnd.host.tests
|
||||
}
|
||||
public string SPIIndexURI
|
||||
{
|
||||
get => server.Addresses.First(a => a.StartsWith("https:")) + "/v3/index.json";
|
||||
get => server.Addresses.First(a => a.StartsWith("http:")) + "/v3/index.json";
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
Reference in New Issue
Block a user