2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 18:27:13 +08:00

feat: 同步前端修改

This commit is contained in:
耗子
2023-10-30 21:45:03 +08:00
parent b8f5eccf9c
commit cf82d3c1c1

View File

@@ -385,6 +385,9 @@ func (c *Fail2banController) BanList(ctx http.Context) http.Response {
})
}
}
if list == nil {
list = []map[string]string{}
}
return controllers.Success(ctx, http.Json{
"currently_ban": currentlyBan,