Use Redis for blocked servers list
This commit is contained in:
@@ -90,7 +90,7 @@ func IconHandler(ctx *fiber.Ctx) error {
|
||||
}
|
||||
|
||||
func DefaultIconHandler(ctx *fiber.Ctx) error {
|
||||
return ctx.Type("png").Send(defaultIconBytes)
|
||||
return ctx.Type("png").Send(defaultIcon)
|
||||
}
|
||||
|
||||
func NotFoundHandler(ctx *fiber.Ctx) error {
|
||||
|
||||
Reference in New Issue
Block a user