mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-19 14:42:41 +08:00
Remove Ocelot specific Middleware to make Ocelot more compatible with kestrel middleware and get ready for YARP
This commit is contained in:
@@ -150,7 +150,7 @@ namespace Ocelot.UnitTests.Headers
|
||||
private class AnyError : Error
|
||||
{
|
||||
public AnyError()
|
||||
: base("blahh", OcelotErrorCode.UnknownError)
|
||||
: base("blahh", OcelotErrorCode.UnknownError, 404)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user