I'm trying to set a RestPath for root, '/', but its not allowing me to. Its saying RestPath '/' on Type 'MainTasks' is not Valid
Is there a way to allow this? I'd like to provide a resource from the root.
[Route("/", "GET")]
public class MainTasks : IReturn<MainTasksResponse>
{
}