mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 19:28:14 +08:00
added some router thing and removed loads of crap
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
using Ocelot.ApiGateway.Infrastructure.Responses;
|
||||
|
||||
namespace Ocelot.ApiGateway.Infrastructure.Router
|
||||
{
|
||||
public class RouteKeyAlreadyExists : Error
|
||||
{
|
||||
public RouteKeyAlreadyExists(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user