mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
🎨 云端收集箱文档内添加刷新按钮 https://github.com/siyuan-note/siyuan/issues/6306
This commit is contained in:
parent
23899f762c
commit
487cca891b
3 changed files with 51 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ func ServeAPI(ginServer *gin.Engine) {
|
|||
ginServer.Handle("POST", "/api/sync/getBootSync", model.CheckAuth, getBootSync)
|
||||
|
||||
ginServer.Handle("POST", "/api/inbox/getShorthands", model.CheckAuth, getShorthands)
|
||||
ginServer.Handle("POST", "/api/inbox/getShorthand", model.CheckAuth, getShorthand)
|
||||
ginServer.Handle("POST", "/api/inbox/removeShorthands", model.CheckAuth, removeShorthands)
|
||||
|
||||
ginServer.Handle("POST", "/api/extension/copy", model.CheckAuth, extensionCopy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue