1

我有一个 MVC 项目,ServiceStack 安装在 /api 上。请求 DTO 用 Route 属性修饰。在 AppHost 配置中,我设置了 ServiceStackHandlerFactoryPath = "api"。

我的假设是 DTO 上的路由不需要路径前缀,即我可以使用 [Route("thing/{id}/blah")] 而不是 [Route("api/thing/{id}/blah ")],虽然我只能让后者工作。

这是预期的结果还是疏忽?

4

0 回答 0