aboutsummaryrefslogtreecommitdiff
path: root/server/ui/controller/proxy.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/ui/controller/proxy.go')
-rw-r--r--server/ui/controller/proxy.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/ui/controller/proxy.go b/server/ui/controller/proxy.go
index fca3c0f3..6c85bc22 100644
--- a/server/ui/controller/proxy.go
+++ b/server/ui/controller/proxy.go
@@ -11,9 +11,9 @@ import (
"log"
"time"
- "github.com/miniflux/miniflux2/helper"
- "github.com/miniflux/miniflux2/http"
- "github.com/miniflux/miniflux2/server/core"
+ "github.com/miniflux/miniflux/helper"
+ "github.com/miniflux/miniflux/http"
+ "github.com/miniflux/miniflux/server/core"
)
// ImageProxy fetch an image from a remote server and sent it back to the browser.