diff options
Diffstat (limited to 'cmd/web.go')
-rw-r--r-- | cmd/web.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -172,6 +172,8 @@ func runWeb(c *cli.Context) error { bindIgnErr := binding.BindIgnErr + m.SetAutoHead(true) + // FIXME: not all routes need go through same middlewares. // Especially some AJAX requests, we can reduce middleware number to improve performance. // Routers. |