mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 20:50:06 +00:00
🎨 improve offline server detect
This commit is contained in:
@@ -29,7 +29,6 @@ func (cp *commonPage) home(c *gin.Context) {
|
||||
dao.ServerLock.RLock()
|
||||
defer dao.ServerLock.RUnlock()
|
||||
data := gin.H{
|
||||
"Domain": dao.Conf.Site.Domain,
|
||||
"Servers": dao.ServerList,
|
||||
}
|
||||
u, ok := c.Get(model.CtxKeyAuthorizedUser)
|
||||
|
||||
Reference in New Issue
Block a user