ServiceStack.UseCases
ServiceStack.UseCases copied to clipboard
ServiceStack.Swagger doesn't work with ServiceStack.Razor
When I add RazorFormat feature to ServiceStack.Swagger example I get "Handler for Request not found" error when trying to view localhost:yourport/swagger-ui/index.html (which was previously working).
So how to use both: swagger and razor? I tried to rename index.html to index.cshtml to make razor engine deal with this file. The page was working but no JS, and no CSS downloaded, so it wasn't useful much.
Lets see if @desunit knows anything about this? :)
@RTS-tender, can you show me how you add Razor and also please provide firebug log (or Chrome console log)?