mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-02 11:36:05 +01:00
Add issue comment update in stub.
This commit is contained in:
@@ -87,6 +87,10 @@ trait IssuesControllerBase extends ControllerBase {
|
||||
// TODO Authenticator
|
||||
post("/:owner/:repository/issue_comments/:id"){
|
||||
// TODO update issue memo
|
||||
contentType = formats("json")
|
||||
|
||||
org.json4s.jackson.Serialization.write(Map(
|
||||
"content" -> view.Markdown.toHtml("* hoge memo", getRepository("root", "test", baseUrl).get, false, true, true)))
|
||||
}
|
||||
|
||||
// TODO Authenticator
|
||||
|
||||
Reference in New Issue
Block a user