How can I have dropdown for different API version in REDOC c#

前端 未结 0 1637
深忆病人
深忆病人 2021-01-30 07:38

Here is my configuration in the startup.cs

        services.AddApiVersioning(options =>
        {
            options.DefaultApiVersion = new ApiVersion(1, 0);         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题