aboutsummaryrefslogtreecommitdiffhomepage
path: root/api/category.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/category.go')
-rw-r--r--api/category.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/api/category.go b/api/category.go
index b7b5c02..86766c9 100644
--- a/api/category.go
+++ b/api/category.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 api
+package api // import "miniflux.app/api"
import (
"errors"
"net/http"
- "github.com/miniflux/miniflux/http/context"
- "github.com/miniflux/miniflux/http/request"
- "github.com/miniflux/miniflux/http/response/json"
+ "miniflux.app/http/context"
+ "miniflux.app/http/request"
+ "miniflux.app/http/response/json"
)
// CreateCategory is the API handler to create a new category.