mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-08-06 06:22:26 +08:00
method to match urls and template urls
This commit is contained in:
24
test/Ocelot.AcceptanceTests/RouterTests.cs
Normal file
24
test/Ocelot.AcceptanceTests/RouterTests.cs
Normal file
@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Ocelot;
|
||||
using Xunit;
|
||||
|
||||
namespace Ocelot.AcceptanceTests
|
||||
{
|
||||
public class RouterTests
|
||||
{
|
||||
public RouterTests()
|
||||
{
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void should_route_request()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user