Skip to content

Commit 4fc25b8

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ builder.Services.ConfigureReverseProxy(builder.Configuration);
5353
builder.Services.AddTransient<IStartupFilter, ServiceDiscoveryStartupFilter>();
5454

5555
// Map the reverse proxy
56-
app.MapReverseProxy();
56+
app.UseReverseProxy();
5757

5858
// Map the runtime configuration API (optional)
59-
app.MapReverseProxyApi();
59+
app.UseReverseProxyApi();
6060
```
6161

6262
**2. Start your application:**

0 commit comments

Comments
 (0)