mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-21 20:18:47 +08:00
🐛 delete beta1 meta
This commit is contained in:
parent
91f64161b2
commit
b46bf0dfc9
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user