From 03c80a52fcaa2443156b1d2e589c664e62db4386 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 18 Oct 2023 21:51:47 -0400 Subject: account and endpoint security updates --- plugins/VNLib.Plugins.Essentials.Content.Routing/src/PageRouterEntry.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/VNLib.Plugins.Essentials.Content.Routing/src') diff --git a/plugins/VNLib.Plugins.Essentials.Content.Routing/src/PageRouterEntry.cs b/plugins/VNLib.Plugins.Essentials.Content.Routing/src/PageRouterEntry.cs index ef7836f..8370806 100644 --- a/plugins/VNLib.Plugins.Essentials.Content.Routing/src/PageRouterEntry.cs +++ b/plugins/VNLib.Plugins.Essentials.Content.Routing/src/PageRouterEntry.cs @@ -41,7 +41,7 @@ namespace VNLib.Plugins.Essentials.Content.Routing public void ConfigureServices(IServiceContainer services) { //Deploy the page router to the host - services.AddService(typeof(IPageRouter), PageRouter); + services.AddService(PageRouter); } protected override void OnLoad() -- cgit