mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
67694ce8ed
1 changed files with 0 additions and 1 deletions
|
|
@ -309,7 +309,6 @@ func renameFile(c *gin.Context) {
|
|||
if err != nil {
|
||||
ret.Code = http.StatusForbidden
|
||||
ret.Msg = err.Error()
|
||||
c.JSON(http.StatusAccepted, ret)
|
||||
return
|
||||
}
|
||||
if filelock.IsExist(destAbsPath) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue