Skip to content

Commit 63c07ab

Browse files
authored
Fix typo
1 parent 4f73641 commit 63c07ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public void AddRequest(string originalRequestPath, HttpResponse response)
1515
{
1616
if (response.StatusCode != StatusCodes.Status304NotModified)
1717
{
18-
_requestPaths.Add(request.Path);
18+
_requestPaths.Add(originalRequestPath);
1919
}
2020
}
2121

0 commit comments

Comments
 (0)