⬆️ Upgrade kernel deps

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-10-18 20:54:05 +08:00
parent 7528699fba
commit 5fb1fcc5ec
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 5 additions and 5 deletions

View file

@ -399,7 +399,7 @@ func serveAppearance(ginServer *gin.Engine) {
c.File(filePath)
})
siyuan.Static("/stage/", filepath.Join(util.WorkingDir, "stage"))
siyuan.Static("/stage", filepath.Join(util.WorkingDir, "stage"))
}
func serveCheckAuth(ginServer *gin.Engine) {