Refactor method name (#760)

### What problem does this PR solve?

#757

### Type of change

- [x] Refactoring

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2024-05-14 14:48:15 +08:00
committed by GitHub
parent 9b21b66f23
commit d7744f5870
6 changed files with 6 additions and 6 deletions

View File

@ -165,7 +165,7 @@ def create():
@manager.route('/list', methods=['GET'])
@login_required
def list():
def list_files():
pf_id = request.args.get("parent_id")
keywords = request.args.get("keywords", "")