dengjunjie
2025-02-24 cde56aae50adc11ff8db84e424d873843c566bfd
ÏîÄ¿´úÂë/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));