🐛 delete beta1 meta

This commit is contained in:
微凉 2021-11-04 23:25:53 +08:00
parent 91f64161b2
commit b46bf0dfc9

View File

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