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"; }