fix: 系统可暴露的配置信息

This commit is contained in:
TsMask
2023-10-27 09:59:06 +08:00
parent 1e1264cee4
commit 144b324c5f
2 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ func (s *CommontController) Hash(c *gin.Context) {
// 系统可暴露的配置信息
//
// GET /sysConf
// GET /sys-conf
func (s *CommontController) SysConfig(c *gin.Context) {
data := s.commontService.SystemConfigInfo()
c.JSON(200, result.OkData(data))