diff --git a/api/GetList/index.js b/api/GetList/index.js index b76931c3..d4157f47 100644 --- a/api/GetList/index.js +++ b/api/GetList/index.js @@ -2,6 +2,6 @@ module.exports = async function (context, req) { context.log('JavaScript HTTP trigger function processed a request.'); context.res = { - body: ["Jarod", "Hannah", "Kevin", "Mitch"] + body: ["Jarod", "Hannah", "Mitch"] } };