fix: 修复了上个提交的错误

This commit is contained in:
2026-01-20 12:18:30 +08:00
parent b81b77c204
commit 86202b853d
3 changed files with 7 additions and 7 deletions
+1 -5
View File
@@ -8,8 +8,4 @@ matter_bp = Blueprint("matter", __name__, "/matter")
@matter_bp.route("/id/<id>")
def search_matter(id):
return matters.readMatter(id)
@matter_bp.route("/match/<id>")
def select_matter(id):
return id
return matters.readMatter(id)