From fae87bd07b0327432b7e7d7c1cd5d9ab4687fd6b Mon Sep 17 00:00:00 2001 From: "maor.rayzin" Date: Tue, 24 Jul 2018 14:52:16 +0300 Subject: [PATCH] * wrong endpoint fix --- monkey_island/cc/resources/pthreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):