dengbiao 1 månad sedan
förälder
incheckning
f4950b3725
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go Visa fil

@@ -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 {


Laddar…
Avbryt
Spara