mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 07:10:29 +08:00
Go: refactor log and config (#17684)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user