Routing path with ServiceStack
问题 I'm using AngularJS, I want to do the following routing on ServiceStack-serving-static-html Note the intercept any path on the screenshot. Also note I'm not using ServiceStack for REST, I'm using it as pure webserver for serving static contents, e.g. html Is it possible to do that on ServiceStack? 回答1: This is node.js code, you haven't shown any C# ServiceStack AppHost code here. ServiceStack by default supports serving of static content via HTTP, although to serve static content from the