This commit is contained in:
Liang Ding 2023-01-02 22:22:11 +08:00
parent 8707f07d8a
commit 068c03f9d7
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 24 additions and 16 deletions

View file

@ -42,7 +42,7 @@ func copyStdMarkdown(c *gin.Context) {
}
id := arg["id"].(string)
ret.Data = model.CopyStdMarkdown(id)
ret.Data = model.ExportStdMarkdown(id)
}
func html2BlockDOM(c *gin.Context) {