Skip to content

Commit

Permalink
test code gen verification
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Apr 25, 2024
1 parent 76f798a commit 67dbb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// @securityDefinitions.apikey ApiKeyAuth
// @in header
// @name Authorization
// @description Bearer is currently not supported by go-swag. Use "Bearer <JWT>" in value.
// @description Bearer token is currently not supported by go-swag. Use "Bearer <JWT>" in value.
func main() {
cmd.Run()
}

0 comments on commit 67dbb45

Please sign in to comment.