Skip to content

Commit

Permalink
Merge pull request #1133 from igophper/fix_gin_logger
Browse files Browse the repository at this point in the history
fix: fix default gin
  • Loading branch information
eugeis authored Nov 18, 2024
2 parents d4079aa + 2ae26dc commit 47a797e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restapi/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func Serve(registry *core.PluginRegistry, address string) (err error) {
r := gin.Default()
r := gin.New()

// Middleware
r.Use(gin.Logger())
Expand Down

0 comments on commit 47a797e

Please sign in to comment.