Browse Source

Removed unneeded usings

davidfowl/common-services
David Fowler 1 year ago
committed by Reuben Bond
parent
commit
62a6f17595
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/ApiGateways/Web.Bff.Shopping/aggregator/Extensions/Extensions.cs

+ 1
- 3
src/ApiGateways/Web.Bff.Shopping/aggregator/Extensions/Extensions.cs View File

@ -1,6 +1,4 @@
using Yarp.ReverseProxy.Transforms;
internal static class Extensions
internal static class Extensions
{
public static IServiceCollection AddReverseProxy(this IServiceCollection services, IConfiguration configuration)
{


Loading…
Cancel
Save