Added swagger support

This commit is contained in:
2023-07-22 15:50:06 +02:00
parent d49ca4fa68
commit b31c00ed70
5 changed files with 44 additions and 8 deletions

View File

@ -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 %}