Created
April 3, 2020 00:55
-
-
Save rafaeldalsenter/dfb1a952781451432887b905ca5153f7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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