|
|
|
@ -1,18 +1,8 @@ |
|
|
|
|
using Tiobon.Core.Common; |
|
|
|
|
using Tiobon.Core.Extensions.Middlewares; |
|
|
|
|
using Microsoft.AspNetCore.Builder; |
|
|
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
|
|
using Microsoft.Extensions.Options; |
|
|
|
|
using Microsoft.OpenApi.Models; |
|
|
|
|
using Microsoft.OpenApi.Models; |
|
|
|
|
using Swashbuckle.AspNetCore.Filters; |
|
|
|
|
using Swashbuckle.AspNetCore.SwaggerUI; |
|
|
|
|
using System; |
|
|
|
|
using System.Collections.Generic; |
|
|
|
|
using System.IO; |
|
|
|
|
using System.Reflection; |
|
|
|
|
using static Tiobon.Core.Extensions.CustomApiVersion; |
|
|
|
|
namespace Tiobon.Core.Gateway.Extensions |
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
namespace Tiobon.Core.Gateway.Extensions; |
|
|
|
|
|
|
|
|
|
public static class CustomSwaggerSetup |
|
|
|
|
{ |
|
|
|
|
public static void AddCustomSwaggerSetup(this IServiceCollection services) |
|
|
|
@ -78,4 +68,3 @@ namespace Tiobon.Core.Gateway.Extensions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|