mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-26 20:16:18 +08:00
fix: local relative path
This commit is contained in:
@@ -10,7 +10,6 @@ import (
|
||||
)
|
||||
|
||||
// List files
|
||||
// TODO: sort
|
||||
func list(ctx context.Context, path string) ([]model.Obj, error) {
|
||||
meta := ctx.Value("meta").(*model.Meta)
|
||||
user := ctx.Value("user").(*model.User)
|
||||
|
||||
Reference in New Issue
Block a user