Commit 7223d807 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

--wip-- [skip ci]

parent 7d3b7513
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()