quick fix typo

This commit is contained in:
RadientBrain 2023-02-26 20:41:14 +05:30
parent e705a07f0c
commit 6f7feebe4b
1 changed files with 1 additions and 1 deletions

View File

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