quick fix typo
This commit is contained in:
parent
e705a07f0c
commit
6f7feebe4b
|
|
@ -161,7 +161,7 @@ You can configure Swagger using different configuration options
|
|||
func main() {
|
||||
r := gin.New()
|
||||
|
||||
ginSwagger.WrapHandler(swaggerFiles.Handler,
|
||||
ginSwagger.WrapHandler(swaggerfiles.Handler,
|
||||
ginSwagger.URL("http://localhost:8080/swagger/doc.json"),
|
||||
ginSwagger.DefaultModelsExpandDepth(-1))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue