fixes the catalog page

This commit is contained in:
2024-03-11 01:02:11 +00:00
parent d6180aa154
commit 8656bce151
9 changed files with 30 additions and 24 deletions

View File

@ -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]