doc: correct syntax (#175)

This commit is contained in:
Ben Wolfaardt 2021-11-02 21:10:35 +01:00 committed by GitHub
parent 3e21b5982b
commit 7da8e84293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}