@ -50,7 +50,7 @@ func main(){
app.Get("/wiki/:id", routes.WikiRoute)
app.Get("/hub", routes.ConfigsRoute)
app.Get("/hub/:id", routes.ConfigRoute)
app.Get("/hub/:name", routes.ConfigRoute)
app.Get("*", func(c *fiber.Ctx) error {
return lib.RenderError(c, 404)
The note is not visible to the blocked user.