Refactor project into smaller chunks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Core.Services.Mod.DynamicRouter;
|
||||
|
||||
public class DynamicRouterMod
|
||||
{
|
||||
public string GetTopLevelRoute()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user