aboutsummaryrefslogtreecommitdiffhomepage
path: root/http/handler/context.go
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2018-04-27 20:38:46 -0700
committerGravatar Frédéric Guillot <fred@miniflux.net>2018-04-27 20:38:46 -0700
commit6b360d08c1f6c8a6cd1b7608f7af734a3ceef8d7 (patch)
tree48352d35fa9f3559df05accf4ce4fce1672a2830 /http/handler/context.go
parent322b265d7aec7731f7fa703c9a74ceb61ae73f3f (diff)
Use Gorilla middleware (refactoring)
Diffstat (limited to 'http/handler/context.go')
-rw-r--r--http/handler/context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/handler/context.go b/http/handler/context.go
index 35eb1ea..119a4d5 100644
--- a/http/handler/context.go
+++ b/http/handler/context.go
@@ -8,10 +8,10 @@ import (
"net/http"
"github.com/miniflux/miniflux/crypto"
- "github.com/miniflux/miniflux/http/middleware"
"github.com/miniflux/miniflux/http/route"
"github.com/miniflux/miniflux/locale"
"github.com/miniflux/miniflux/logger"
+ "github.com/miniflux/miniflux/middleware"
"github.com/miniflux/miniflux/model"
"github.com/miniflux/miniflux/storage"