This commit is contained in:
naiba 2021-01-18 09:45:15 +08:00
parent 14a6df66ff
commit 769b61843e

View File

@ -86,6 +86,7 @@ func (p *commonPage) service(c *gin.Context) {
c.HTML(http.StatusOK, "theme-"+dao.Conf.Site.Theme+"/service", mygin.CommonEnvironment(c, gin.H{
"Title": "服务状态",
"Services": msm,
"CustomCode": dao.Conf.Site.CustomCode,
}))
}