From fb59e233bab5fa442b14672e10ff991d7345eb0e Mon Sep 17 00:00:00 2001 From: vecpeng <841298391@qq.com> Date: Mon, 10 Jan 2022 21:15:47 +0800 Subject: [PATCH] :bug:fix: json tag --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.