Loading capif_backend/backoffice_service/controllers/login.py +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ def refresh(): #https://10.95.82.71:8085/auth/me @access_routes.route('/auth/me', methods=['POST, GET, PUT, DELETE, PATCH']) @access_routes.route('/auth/me', methods=["GET"]) #@jwt_refresh_token_required def authme(): return jsonify(a=1) Loading
capif_backend/backoffice_service/controllers/login.py +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ def refresh(): #https://10.95.82.71:8085/auth/me @access_routes.route('/auth/me', methods=['POST, GET, PUT, DELETE, PATCH']) @access_routes.route('/auth/me', methods=["GET"]) #@jwt_refresh_token_required def authme(): return jsonify(a=1)