Skip to content

Commit

Permalink
fixup! refactor: simplify archivista, move API to server
Browse files Browse the repository at this point in the history
Signed-off-by: Kairo Araujo <[email protected]>
  • Loading branch information
kairoaraujo committed Jan 24, 2024
1 parent 8e3f114 commit 1aef60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lint: ## Run linter

.PHONY: docs
docs: ## Generate swagger docs
@go install github.com/swaggo/swag/cmd/swag@latest
@go install github.com/swaggo/swag/cmd/swag@v1.16.2
@swag init -o docs -d internal/server -g server.go -pd

.PHONY: db-migrations
Expand Down

0 comments on commit 1aef60c

Please sign in to comment.