mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-19 03:02:42 +08:00
tests showing how this could work (#241)
* tests showing how this could work * test passing * test needs work * skip test as doesnt really do anything
This commit is contained in:
@@ -42,7 +42,6 @@ namespace Ocelot.Errors.Middleware
|
||||
_logger.LogDebug("ocelot pipeline started");
|
||||
|
||||
await _next.Invoke(context);
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user