Refactor project into smaller chunks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Core.Services.Mod.StaticRouter;
|
||||
|
||||
public class StaticRouterModService
|
||||
{
|
||||
public void RegisterStaticRouter(string name, List<object> routes, string topLevelRoute) // TODO: was List<RouteAction> routes
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user