update go mod
This commit is contained in:
@ -42,7 +42,7 @@ func NewServer(port int, option any) *server {
|
||||
Url: fmt.Sprintf("http://127.0.0.1:%d", port),
|
||||
Description: "测试服务器",
|
||||
},
|
||||
}, apiDocDefine.SwaggerUIThemeKnife4go), // TODO : 配置相关信息
|
||||
}, apiDocDefine.SwaggerUIThemeRedocFree), // TODO : 配置相关信息
|
||||
port: port,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user