feat: api standard添加认证

This commit is contained in:
caoqianming 2025-11-03 11:31:22 +08:00
parent 48146b1c8c
commit 72a6ed6a46
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ def get_standard():
@app.route("/api/standard/", methods=["GET"])
@jwt_required()
def get_s():
return get_standard()