Skip to content

Commit f4f8240

Browse files
authored
Fix typo
1 parent 63c07ab commit f4f8240

File tree

1 file changed

+1
-1
lines changed
  • src/Components/WebAssembly/testassets/HostedInAspNet.Server

1 file changed

+1
-1
lines changed

src/Components/WebAssembly/testassets/HostedInAspNet.Server/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env, BootReso
2626
var mapAllApps = Configuration.GetValue<bool>("MapAllApps");
2727
app.Use(async (context, next) =>
2828
{
29-
string originalRequestPath = request.Path;
29+
string originalRequestPath = context.Request.Path;
3030
await next(context);
3131

3232
// This is used by E2E tests to verify that the correct resources were fetched,

0 commit comments

Comments
 (0)