This commit is contained in:
Liang Ding 2022-06-13 23:53:03 +08:00
parent d073dcd30d
commit 5c1cbef025
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
5 changed files with 4 additions and 8 deletions

View file

@ -27,10 +27,6 @@ import (
"github.com/siyuan-note/siyuan/kernel/util"
)
func getRepoFile(c *gin.Context) {
}
func checkoutRepo(c *gin.Context) {
ret := gulu.Ret.NewResult()
defer c.JSON(http.StatusOK, ret)