fix: 修复了上个提交的错误
This commit is contained in:
@@ -8,4 +8,8 @@ reaction_bp = Blueprint("reaction", __name__, "/reaction")
|
||||
|
||||
@reaction_bp.route("/id/<id>")
|
||||
def search_reaction(id):
|
||||
return reactions.readReaction(id)
|
||||
return reactions.readReaction(id)
|
||||
|
||||
@reaction_bp.route("/match/<id>")
|
||||
def select_matter(id):
|
||||
return reactions.selectReaction(id)
|
||||
Reference in New Issue
Block a user