Skip to content

Commit

Permalink
🐛fix: json tag (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
vecpeng committed Jan 10, 2022
1 parent 5fe95c2 commit 2e697a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Expand Up @@ -356,7 +356,7 @@ type Config struct {

//If set to true, will print all routes with their method, path and handler.
// Default: false
EnablePrintRoutes bool `json:"print_routes"`
EnablePrintRoutes bool `json:"enable_print_routes"`
}

// Static defines configuration options when defining static assets.
Expand Down

0 comments on commit 2e697a6

Please sign in to comment.