feat: 实现物质查询,调整项目结构

This commit is contained in:
2026-01-05 13:07:53 +08:00
parent 8810c969c2
commit 9eb42e8a9d
17 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ from ..services import reactions
reaction_bp = Blueprint("reaction", __name__, "/reaction")
@reaction_bp.route("/<id>")
def search_card(id):
def search_reaction(id):
return reactions.readReaction(id)