From 4d6a54c76f21dc13cf55b26dc9ed250a406c75bc Mon Sep 17 00:00:00 2001 From: Sychev Igor Date: Tue, 12 Dec 2017 13:40:23 +0300 Subject: [PATCH] drop swagger from payment.... AGAIN --- src/Services/Payment/Payment.API/Payment.API.csproj | 1 - src/Services/Payment/Payment.API/Startup.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Services/Payment/Payment.API/Payment.API.csproj b/src/Services/Payment/Payment.API/Payment.API.csproj index 1d5493776..881bce28c 100644 --- a/src/Services/Payment/Payment.API/Payment.API.csproj +++ b/src/Services/Payment/Payment.API/Payment.API.csproj @@ -13,7 +13,6 @@ - diff --git a/src/Services/Payment/Payment.API/Startup.cs b/src/Services/Payment/Payment.API/Startup.cs index bdcdc3cf4..e06c7c7f2 100644 --- a/src/Services/Payment/Payment.API/Startup.cs +++ b/src/Services/Payment/Payment.API/Startup.cs @@ -16,7 +16,6 @@ using Payment.API.IntegrationEvents.Events; using RabbitMQ.Client; using System; using System.Threading.Tasks; -using Swashbuckle.AspNetCore.Swagger; using Microsoft.ApplicationInsights.Extensibility; using Microsoft.ApplicationInsights.ServiceFabric;