IIS site within virtual directory Swagger UI end point

前端 未结 5 367
我在风中等你
我在风中等你 2020-12-19 00:35

Swagger UI end point is not same as dev in staging ( excluding domain names)

IIS Configuration

public void Configure(IApplicationBuilder app         


        
5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-19 01:20

    I changed this line in Swagger UI configure (Startup.cs):

    c.SwaggerEndpoint("/prueba/swagger/v1/swagger.json", "Swagger (....)");
    

提交回复
热议问题