diff options
author | David Schneiderbauer <daviian@users.noreply.github.com> | 2018-05-08 08:05:18 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2018-05-08 14:05:18 +0800 |
commit | ea01decb6b6d5b4231001b76f339a5451f813431 (patch) | |
tree | dc9efb1624811dccf9313e48193df95dfffc311e /routers/api/v1/repo/issue_comment.go | |
parent | 773530c917b4aa232da29e90cfc58139f365cc64 (diff) | |
download | gitea-ea01decb6b6d5b4231001b76f339a5451f813431.tar.gz gitea-ea01decb6b6d5b4231001b76f339a5451f813431.zip |
fix wrong issue endpoints in swagger doc (#3914)
Diffstat (limited to 'routers/api/v1/repo/issue_comment.go')
-rw-r--r-- | routers/api/v1/repo/issue_comment.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/api/v1/repo/issue_comment.go b/routers/api/v1/repo/issue_comment.go index 5fb50550f0..a9258849ea 100644 --- a/routers/api/v1/repo/issue_comment.go +++ b/routers/api/v1/repo/issue_comment.go @@ -15,7 +15,7 @@ import ( // ListIssueComments list all the comments of an issue func ListIssueComments(ctx *context.APIContext) { - // swagger:operation GET /repos/{owner}/{repo}/issue/{index}/comments issue issueGetComments + // swagger:operation GET /repos/{owner}/{repo}/issues/{index}/comments issue issueGetComments // --- // summary: List all comments on an issue // produces: |