Added swagger support
This commit is contained in:
@ -34,4 +34,7 @@ stop: ## Stop the container
|
||||
start: ## Start the container
|
||||
podman start {{project_name}}
|
||||
|
||||
swagger: ## Generate swagger documentation
|
||||
swag init -d internal/app
|
||||
|
||||
{%- endraw %}
|
||||
|
Reference in New Issue
Block a user