diff --git a/cp_app.py b/cp_app.py index 035eb55..6cbfdc1 100644 --- a/cp_app.py +++ b/cp_app.py @@ -31,6 +31,7 @@ def get_standard(): @app.route("/api/standard/", methods=["GET"]) +@jwt_required() def get_s(): return get_standard()