Loading capif_backend/backoffice_service/controllers/default_controller.py +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ backoffice_routes = Blueprint("backoffice_routes", __name__) operations = Operations() # create operations object -> operations.py @backoffice_routes.route("/resources/invokers", methods=["GET"]) @backoffice_routes.route("/invokers", methods=["GET"]) @jwt_required() def get_invokers(): return operations.get_invokers() Loading Loading
capif_backend/backoffice_service/controllers/default_controller.py +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ backoffice_routes = Blueprint("backoffice_routes", __name__) operations = Operations() # create operations object -> operations.py @backoffice_routes.route("/resources/invokers", methods=["GET"]) @backoffice_routes.route("/invokers", methods=["GET"]) @jwt_required() def get_invokers(): return operations.get_invokers() Loading