@ -26,6 +26,10 @@ func MakeHttpHandlerPattern(n ...string) string {
return r + "/"
}
for strings.Contains(r, "//") {
r = strings.ReplaceAll(r, "//", "/")
return r
The note is not visible to the blocked user.