* wrong endpoint fix
This commit is contained in:
parent
2a12fefe6d
commit
fae87bd07b
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue