@@ -18,7 +18,7 @@ func main() {
var subrouter *mux.Router
if config.Prefix != "" {
r.PathPrefix(config.Prefix).Subrouter()
subrouter = r.PathPrefix(config.Prefix).Subrouter()
} else {
subrouter = r
}
The note is not visible to the blocked user.