some details

This commit is contained in:
2024-03-11 20:55:52 +00:00
parent 8656bce151
commit c6c52a48c4
12 changed files with 33 additions and 30 deletions

View File

@ -4,6 +4,7 @@ using System.Threading.Tasks;
using isn.abst;
using isnd.Data;
using isnd.Data.Catalog;
using isnd.Entities;
using isnd.Helpers;
using isnd.ViewModels;
using Microsoft.AspNetCore.Authorization;
@ -22,6 +23,7 @@ namespace isnd.Controllers
return View(new RegistrationPageIndexQueryAndResult
{
Source = packageManager.CatalogBaseUrl+ApiConfig.Index,
Query = model,
Result = pkgs.GetResults().Select(p => new PackageRegistration(apiBase, p)).ToArray()
});