We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54acb2a commit 3905372Copy full SHA for 3905372
1 file changed
LinkRouter/App/Http/Controllers/RedirectController.cs
@@ -51,7 +51,7 @@ public IActionResult RedirectToExternalUrl(string path)
51
}
52
53
NotFoundCounter
54
- .WithLabels(path)
+ .WithLabels("/" + path)
55
.Inc();
56
57
if (Config.NotFoundBehavior.RedirectOn404)
0 commit comments