Skip to content

Commit

Permalink
fix(swagger): fix title and description on swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkinStars committed Sep 11, 2024
1 parent 1d33c88 commit 2e67b9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmd/answer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ import (
)

// main godoc
// @title "apache answer"
// @description = "apache answer api"
// @version = "v0.0.1"
// @BasePath = "/"
// @title Apache Answer
// @description Apache Answer API
// @BasePath /
// @securityDefinitions.apikey ApiKeyAuth
// @in header
// @name Authorization
Expand Down

0 comments on commit 2e67b9c

Please sign in to comment.