feat: 补充url_prefix属性
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
from flask import Blueprint, jsonify
|
||||
from ..utils import matters
|
||||
|
||||
matter_bp = Blueprint("matter", __name__, "/matter")
|
||||
matter_bp = Blueprint("matter", __name__, url_prefix="/matter")
|
||||
|
||||
@matter_bp.route("/list")
|
||||
def matter_list():
|
||||
|
||||
Reference in New Issue
Block a user