diff options
Diffstat (limited to 'middleware/logging.go')
-rw-r--r-- | middleware/logging.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/logging.go b/middleware/logging.go index 48158b43..2e78ea8e 100644 --- a/middleware/logging.go +++ b/middleware/logging.go @@ -2,13 +2,13 @@ // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. -package middleware +package middleware // import "miniflux.app/middleware" import ( "net/http" - "github.com/miniflux/miniflux/http/request" - "github.com/miniflux/miniflux/logger" + "miniflux.app/http/request" + "miniflux.app/logger" ) // Logging logs the HTTP request. |