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

前端 未结 0 438
隐瞒了意图╮
隐瞒了意图╮ 2021-01-30 07:24

Here is my configuration in the startup.cs

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


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