(hash: string, content: string)
| 23 | // POST /markdown/update 更新文档 |
| 24 | // body: { hash, content } |
| 25 | export function updateMarkdownDoc(hash: string, content: string) { |
| 26 | return http.post("/markdown/update", { hash, content }); |
| 27 | } |
nothing calls this directly
no outgoing calls
no test coverage detected