We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8230f4 commit 8dd0b74Copy full SHA for 8dd0b74
1 file changed
README.md
@@ -322,7 +322,7 @@ public class Startup
322
323
public void ConfigureServices(IServiceCollection services)
324
{
325
- builder.Services.AddGitHubApiStatusService(new AuthenticationHeaderValue(GitHubConstants.AuthScheme, GitHubConstants.PersonalAccessToken), new ProductHeaderValue("MyApp"))
+ services.AddGitHubApiStatusService(new AuthenticationHeaderValue(GitHubConstants.AuthScheme, GitHubConstants.PersonalAccessToken), new ProductHeaderValue("MyApp"))
326
.ConfigurePrimaryHttpMessageHandler(config => new HttpClientHandler { AutomaticDecompression = System.Net.DecompressionMethods.GZip | System.Net.DecompressionMethods.Deflate });
327
328
services.AddRazorPages();
0 commit comments