I\'m trying to set a RestPath for root, \'/\', but its not allowing me to. Its saying RestPath \'/\' on Type \'MainTasks\' is not Valid
RestPath \'/\' on Type \'MainTasks\' is not Valid
Is there a way t
I have been trying to do this and found Christopher Davies method to no longer work in the latest service stack for a self hosted service. The following on my service that takes no parameters worked.
[FallbackRoute("/")]