标签: swagger swagger-ui swashbuckle nswag
我当前正在使用ASP.NET Core 2.2 WebAPI,我试图在其中添加Nswag作为草率的文档。我有localhost:5000/webapi/users这样的端点,但是生成的swagger文档却有localhost:5000/users这样的端点。
localhost:5000/webapi/users
localhost:5000/users
因此,当我尝试使用它时,找不到UI抛出(404)。
可以使用routeprefix在swashbuckle中解决此功能,我不知道如何在NSwag中做到这一点?