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

@ -136,7 +136,7 @@ def get_kb_names(kb_ids):
@manager.route('/list', methods=['GET'])
@login_required
def list():
def list_dialogs():
try:
diags = DialogService.query(
tenant_id=current_user.id,