From 462cafffc98a22bca1ff87f07dd00b81d0892820 Mon Sep 17 00:00:00 2001 From: miwebst <50640090+miwebst@users.noreply.github.com> Date: Wed, 29 Jan 2020 15:37:39 -0800 Subject: [PATCH] Update index.js --- api/GetList/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } };