Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
huynguyenh committed Nov 13, 2023
2 parents f65e05a + a8895a2 commit 01c3bd0
Show file tree
Hide file tree
Showing 106 changed files with 14,431 additions and 16,395 deletions.
4 changes: 3 additions & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ import (

// @BasePath /api/v1

// @securityDefinitions.basic BasicAuth
// @securityDefinitions.apikey BearerAuth
// @in header
// @name Authorization
func main() {
cfg := config.LoadConfig(config.DefaultConfigLoaders())
log := logger.NewLogrusLogger()
Expand Down
Loading

0 comments on commit 01c3bd0

Please sign in to comment.