Added basic searchdomain info view
This commit is contained in:
6
src/Server/Models/HomeViewModels.cs
Normal file
6
src/Server/Models/HomeViewModels.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Server.Models;
|
||||
|
||||
public class HomeIndexViewModel
|
||||
{
|
||||
public required List<string> Searchdomains { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user