aboutsummaryrefslogtreecommitdiff
path: root/routes/api/v1/repo/issue_comment.go
diff options
context:
space:
mode:
Diffstat (limited to 'routes/api/v1/repo/issue_comment.go')
-rw-r--r--routes/api/v1/repo/issue_comment.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/routes/api/v1/repo/issue_comment.go b/routes/api/v1/repo/issue_comment.go
index 83080492..2d0c3e62 100644
--- a/routes/api/v1/repo/issue_comment.go
+++ b/routes/api/v1/repo/issue_comment.go
@@ -9,8 +9,8 @@ import (
api "github.com/gogs/go-gogs-client"
- "github.com/gogs/gogs/models"
- "github.com/gogs/gogs/pkg/context"
+ "gogs.io/gogs/models"
+ "gogs.io/gogs/pkg/context"
)
func ListIssueComments(c *context.APIContext) {