Skip to content

Commit 22066a4

Browse files
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4fc25b8 commit 22066a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ builder.WebHost.ConfigureKestrel(options =>
270270
Registers reverse proxy services in the DI container.
271271

272272
```csharp
273-
builder.Services.ConfigureReverseProxy();
273+
builder.Services.ConfigureReverseProxy(builder.Configuration);
274274
```
275275

276276
#### `MapReverseProxyApi()`

0 commit comments

Comments
 (0)