Added basic searchdomain info view

This commit is contained in:
2025-12-14 18:37:46 +01:00
parent 34b7c3845d
commit b68925de42
4 changed files with 253 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
namespace Server.Models;
public class HomeIndexViewModel
{
public required List<string> Searchdomains { get; set; }
}