feat: Add Licenses page + SitePageSettingsService
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 6m18s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 6m18s
- SitePageSettingsService: new gRPC client for simplified page settings - Licenses.razor: new page showing license certificates from CMS - RouteConstants: added Licenses route - Footer + MainLayout: added Licenses navigation link - Proto NuGet updated to 0.0.180
This commit is contained in:
@@ -67,6 +67,11 @@ public static class RouteConstants
|
||||
public const string Index = "/contact";
|
||||
}
|
||||
|
||||
public static class Licenses
|
||||
{
|
||||
public const string Index = "/licenses";
|
||||
}
|
||||
|
||||
public static class Blog
|
||||
{
|
||||
public const string Index = "/blog";
|
||||
|
||||
Reference in New Issue
Block a user