🐛 delete beta1 meta

pull/548/head
微凉 2021-11-04 23:25:53 +08:00
parent 91f64161b2
commit b46bf0dfc9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func SaveMeta(ctx *fiber.Ctx) error {
func DeleteMeta(ctx *fiber.Ctx) error { func DeleteMeta(ctx *fiber.Ctx) error {
path := ctx.Query("path") path := ctx.Query("path")
path = utils.ParsePath(path) //path = utils.ParsePath(path)
if err := model.DeleteMeta(path); err != nil { if err := model.DeleteMeta(path); err != nil {
return ErrorResp(ctx, err, 500) return ErrorResp(ctx, err, 500)
} }