From e4baba50d177f5c62014da95a961a2718f6db253 Mon Sep 17 00:00:00 2001 From: CWX Date: Sun, 12 Jan 2025 15:31:37 +0000 Subject: [PATCH] Router override --- Core/DI/Router.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/DI/Router.cs b/Core/DI/Router.cs index 1865fdf8..3608fd4b 100644 --- a/Core/DI/Router.cs +++ b/Core/DI/Router.cs @@ -11,7 +11,7 @@ public abstract class Router { protected List handledRoutes = []; - public string GetTopLevelRoute() + public virtual string GetTopLevelRoute() { return "spt"; }