mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 21:48:06 +01:00
🎨 Add internal kernel API /api/setting/refreshVirtualBlockRef Fix https://github.com/siyuan-note/siyuan/issues/9829
This commit is contained in:
parent
d6765e0303
commit
802a703486
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ import (
|
|||
)
|
||||
|
||||
func refreshVirtualBlockRef(c *gin.Context) {
|
||||
// Add internal kernel API `/api/setting/refreshVirtualBlockRef` https://github.com/siyuan-note/siyuan/issues/9829
|
||||
|
||||
ret := gulu.Ret.NewResult()
|
||||
defer c.JSON(http.StatusOK, ret)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue