Skip to content

Commit

Permalink
chore: swagger 문서 instance name 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
meteormin committed Feb 7, 2023
1 parent d5d5fbd commit c84f5c5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ start:

.PHONY: build
build:
swag init --instanceName "gofiber" --parseDependency --parseInternal -g cmd/gofiber/main.go --output api/gofiber
swag init --instanceName "gofiber" --parseDependency --parseInternal -g cmd/gofiber/main.go --output api
go build -o build/gofiber ./cmd/gofiber/main.go

.PHONY: migrate
Expand Down
2 changes: 1 addition & 1 deletion api/gofiber/gofiber_docs.go → api/gofiber_docs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.

0 comments on commit c84f5c5

Please sign in to comment.