diff --git a/app.go b/app.go index d2c1e49a4f..dbf94865a8 100644 --- a/app.go +++ b/app.go @@ -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.