WIDESEAWCS_Server/WIDESEAWCS_Core/Extensions/SwaggerSetup.cs
@@ -30,7 +30,7 @@ if (services == null) throw new ArgumentNullException(nameof(services)); var basePath = AppContext.BaseDirectory; var ApiName = AppSettings.app(new string[] { "ApiName" }); var ApiName = AppSettings.Get(new string[] { "ApiName" }); services.AddSwaggerGen(c => {