aboutsummaryrefslogtreecommitdiffhomepage
path: root/http/response/json/json.go
diff options
context:
space:
mode:
Diffstat (limited to 'http/response/json/json.go')
-rw-r--r--http/response/json/json.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/http/response/json/json.go b/http/response/json/json.go
index 6f3eb15..f19efb0 100644
--- a/http/response/json/json.go
+++ b/http/response/json/json.go
@@ -2,15 +2,15 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package json
+package json // import "miniflux.app/http/response/json"
import (
"encoding/json"
"errors"
"net/http"
- "github.com/miniflux/miniflux/http/response"
- "github.com/miniflux/miniflux/logger"
+ "miniflux.app/http/response"
+ "miniflux.app/logger"
)
// OK sends a JSON response with the status code 200.