forked from p15670423/monkey
island: Remove responsibility to decide whether the report should be displayed, from the backend
This commit is contained in:
parent
7b167ba0c4
commit
6d32f85120
|
@ -7,4 +7,4 @@ from monkey_island.cc.resources.auth.auth import jwt_required
|
|||
class RansomwareReport(flask_restful.Resource):
|
||||
@jwt_required
|
||||
def get(self):
|
||||
return jsonify({"show": True, "report": None})
|
||||
return jsonify({"report": None})
|
||||
|
|
Loading…
Reference in New Issue