Skip to content

Commit

Permalink
doc: correct syntax (swaggo#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWolfaardt authored Nov 2, 2021
1 parent 3e21b59 commit 7da8e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func main() {

ginSwagger.WrapHandler(swaggerFiles.Handler,
ginSwagger.URL("http://localhost:8080/swagger/doc.json"),
ginSwagger.DefaultModelsExpandDepth(-1)))
ginSwagger.DefaultModelsExpandDepth(-1))

r.Run()
}
Expand Down

0 comments on commit 7da8e84

Please sign in to comment.