aboutsummaryrefslogtreecommitdiffhomepage
path: root/http/route/route.go
diff options
context:
space:
mode:
Diffstat (limited to 'http/route/route.go')
-rw-r--r--http/route/route.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/http/route/route.go b/http/route/route.go
index ee574a5..e7b1dc2 100644
--- a/http/route/route.go
+++ b/http/route/route.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 route
+package route // import "miniflux.app/http/route"
import (
"strconv"
"github.com/gorilla/mux"
- "github.com/miniflux/miniflux/logger"
+ "miniflux.app/logger"
)
// Path returns the defined route based on given arguments.