Loading capif_backend/backoffice_service/controllers/default_controller.py +2 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ from flask import Blueprint, jsonify from ..core.operations import Operations # create blueprint backoffice_routes backoffice_routes = Blueprint("backoffice_routes", __name__) operations = Operations() operations = Operations() # create operations object -> operations.py @backoffice_routes.route("/invokers", methods=["GET"]) Loading Loading
capif_backend/backoffice_service/controllers/default_controller.py +2 −1 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ from flask import Blueprint, jsonify from ..core.operations import Operations # create blueprint backoffice_routes backoffice_routes = Blueprint("backoffice_routes", __name__) operations = Operations() operations = Operations() # create operations object -> operations.py @backoffice_routes.route("/invokers", methods=["GET"]) Loading