@ -21,7 +21,7 @@ func init() {
// })
app.Get("/api/anime/:id", func(ctx *aero.Context) string {
id, _ := ctx.GetInt("id")
id := ctx.Get("id")
anime, err := arn.GetAnime(id)
if err != nil {
The note is not visible to the blocked user.