Go: refactor log and config (#17684)

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-08-02 20:55:19 +08:00
committed by GitHub
parent d4ceeee4ed
commit b2521ebf51
20 changed files with 78 additions and 71 deletions

View File

@@ -72,7 +72,7 @@ func (h *SystemHandler) Healthz(c *gin.Context) {
// @Accept json
// @Produce json
// @Success 200 {object} map[string]interface{}
// @Router /v1/system/config [get]
// @Router /api/v1/system/config [get]
func (h *SystemHandler) GetConfig(c *gin.Context) {
config, err := h.systemService.GetConfig()
if err != nil {