def get_past_orders()

in server/app/agent_config.py [0:0]


def get_past_orders():
    return json.dumps(mock_api.get_past_orders())