mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 09:58:16 +08:00
refactoring configuration code so its not so crazy, still need to work on the creator class
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using Ocelot.Library.Configuration.Builder;
|
||||
using Shouldly;
|
||||
using TestStack.BDDfy;
|
||||
using Xunit;
|
||||
|
||||
namespace Ocelot.UnitTests.UrlTemplateReplacer
|
||||
{
|
||||
using Library.Builder;
|
||||
using Library.DownstreamRouteFinder;
|
||||
using Library.Responses;
|
||||
using Library.UrlMatcher;
|
||||
|
Reference in New Issue
Block a user