ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Core/Middlewares/SwaggerMiddleware.cs
@@ -1,4 +1,4 @@ using log4net;  using Microsoft.AspNetCore.Builder; using Swashbuckle.AspNetCore.SwaggerUI; using System; @@ -16,7 +16,6 @@ /// </summary> public static class SwaggerMiddleware { private static readonly ILog Log = LogManager.GetLogger(typeof(SwaggerMiddleware)); public static void UseSwaggerMiddle(this IApplicationBuilder app, Func<Stream> streamHtml) { if (app == null) throw new ArgumentNullException(nameof(app));