Refactor: Move server implementation to SimpleIdp.Server subfolder

This commit is contained in:
Marek Lesko
2026-06-11 13:19:24 +02:00
parent 59a46e8a1f
commit cccfb45bd5
99 changed files with 29 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
@using Microsoft.AspNetCore.Mvc.ApiExplorer;
@using SimpleIdp.Resources
@{
ViewBag.Title = HomeResource.home;
Layout = "~/Views/Shared/_Layout.cshtml";
}