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
+1 -1
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()
}