mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
⬆️ Upgrade kernel deps
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
7528699fba
commit
5fb1fcc5ec
4 changed files with 5 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue