From a30daf3fd0ccc6172cba194314f6e8f19314d802 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 08 十一月 2023 09:54:23 +0800 Subject: [PATCH] swagger更新 --- docs/docs.go | 2 ++ conf/config.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 8148e02..5f9d78b 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -21,4 +21,4 @@ local: storePath: uploads/file grpcServer: - apsAddr: 192.168.20.118:9091 + apsAddr: 192.168.20.119:9091 diff --git a/docs/docs.go b/docs/docs.go index 3b0d76d..8a80911 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -4138,6 +4138,8 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, + LeftDelim: "{{", + RightDelim: "}}", } func init() { -- Gitblit v1.8.0