Skip to content

Commit

Permalink
fix(263212): newly generated schemas and swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMaidurov committed Jul 7, 2022
1 parent 5fa63cd commit b0f827e
Show file tree
Hide file tree
Showing 6 changed files with 593 additions and 1,412 deletions.
2 changes: 1 addition & 1 deletion commerce.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package commerce
*/

//go:generate rm -rf docs/openapi
//go:generate go run github.com/swaggo/swag/cmd/swag@v1.7.3 init -p pascalcase --generalInfo=commerce.go --dir=./ --output=docs/openapi
//go:generate go run github.com/swaggo/swag/cmd/swag@v1.6.7 init -p pascalcase --generalInfo=commerce.go --dir=./ --output=docs/openapi

// Swagger Documentation used for generator swag (https://github.com/swaggo/swag#declarative-comments-format)
// @title Flamingo Commerce API Spec
Expand Down
Loading

0 comments on commit b0f827e

Please sign in to comment.