Updated swag command

This commit is contained in:
perp 2024-06-03 14:28:47 +01:00
parent 2c95bc0a0f
commit ff2b763907

View File

@ -7,7 +7,7 @@ GoPay is a cryptocurrency payment processor made in Go
## Generate Swagger documentation ## Generate Swagger documentation
``` ```
swag i -g v1.go -dir internal/router/api/v1 --instanceName v1 swag i -g v1.go -dir internal/router/api/v1,internal/models --instanceName v1
``` ```
<!-- <!--