diff --git a/monkey_island/cc/resources/pthreport.py b/monkey_island/cc/resources/pthreport.py index 2484f7b07..31233aa1e 100644 --- a/monkey_island/cc/resources/pthreport.py +++ b/monkey_island/cc/resources/pthreport.py @@ -6,7 +6,7 @@ from cc.services.pth_report import PTHReportService __author__ = "itay.mizeretz" -class Report(flask_restful.Resource): +class PTHReport(flask_restful.Resource): @jwt_required() def get(self):