dengbiao 1ヶ月前
コミット
f4950b3725
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go ファイルの表示

@@ -29,7 +29,7 @@ func Init() *gin.Engine {
// 设置静态文件服务,提供 group2.json 文件
r.Static("/api/api-docs", "./docs")
r.GET("/api/open/swagger/*any", gin.BasicAuth(gin.Accounts{
"zhiYin": "123456",
"jihuoniao": "123123",
}), func(c *gin.Context) {
requestTls := "http://"
if c.Request.TLS != nil {


読み込み中…
キャンセル
保存