Explorar el Código

update

master
dengbiao hace 3 semanas
padre
commit
0c89b5129e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/router/router.go

+ 1
- 1
app/router/router.go Ver fichero

@@ -36,7 +36,7 @@ func Init() *gin.Engine {
requestTls = "https://"
}
r.Use(mw.SwagAuth())
ginSwagger.WrapHandler(swaggerFiles.Handler, ginSwagger.URL(requestTls+c.Request.Host+"/api/api-docs/open.json"))(c)
ginSwagger.WrapHandler(swaggerFiles.Handler, ginSwagger.URL(requestTls+c.GetHeader("X-Host")+"/api/api-docs/open.json"))(c)
})
r.Use(mw.ChangeHeader)



Cargando…
Cancelar
Guardar