Nothing concrete .

This commit is contained in:
Paul Schneider 2022-12-11 14:54:47 +00:00
commit a7ea749d2c
5 changed files with 18 additions and 13 deletions

View file

@ -29,7 +29,7 @@ namespace isnd.Data.Catalog
public RegistrationPage (string bid, string pkgid, string dlBase, IEnumerable<PackageVersion> items)
{
Bid = bid;
Parent = Bid + "/index.json";
Parent = Bid + $"/{pkgid}/index.json";
DlBase = dlBase;
this.items = new List<PackageVersion>(items);
this.Id = Bid + "/" + pkgid + "/index.json";