Skip to content

Instantly share code, notes, and snippets.

@rafaeldalsenter
Created April 3, 2020 00:55
Show Gist options
  • Save rafaeldalsenter/dfb1a952781451432887b905ca5153f7 to your computer and use it in GitHub Desktop.
Save rafaeldalsenter/dfb1a952781451432887b905ca5153f7 to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
services
.AddOcelot(_configuration)
.AddDelegatingHandler<BlackListHandler>(true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment