feat: 补充url_prefix属性

This commit is contained in:
2026-02-12 17:15:03 +08:00
parent b20040abc1
commit 379b31fb5b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
from flask import Blueprint, jsonify
from ..utils import cards
card_bp = Blueprint("card", __name__, "/card")
card_bp = Blueprint("card", __name__, url_prefix="/card")
@card_bp.route("/list")
def card_list():