* wrong endpoint fix

This commit is contained in:
maor.rayzin 2018-07-24 14:52:16 +03:00
parent 2a12fefe6d
commit fae87bd07b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from cc.services.pth_report import PTHReportService
__author__ = "itay.mizeretz" __author__ = "itay.mizeretz"
class Report(flask_restful.Resource): class PTHReport(flask_restful.Resource):
@jwt_required() @jwt_required()
def get(self): def get(self):