mirror of
https://github.com/AlistGo/alist.git
synced 2025-07-03 04:41:21 +08:00
🐛 delete beta1 meta
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user