From 9a0c057951bf7c85cb863adfa5911c67f1feaeba Mon Sep 17 00:00:00 2001 From: miwebst <50640090+miwebst@users.noreply.github.com> Date: Sat, 9 Nov 2019 10:12:39 -0800 Subject: [PATCH 1/2] Update App.js --- app/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/App.js b/app/src/App.js index 8d07bdc1..567f7475 100644 --- a/app/src/App.js +++ b/app/src/App.js @@ -8,7 +8,7 @@ function App() {
logo

- Look at this really cool spinny thing we have here. + Look at this really cool spinny thing we have here. Hi Kelcy!

Date: Sat, 9 Nov 2019 12:04:36 -0800 Subject: [PATCH 2/2] Update index.js --- api/GetList/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/GetList/index.js b/api/GetList/index.js index ece8e9d8..9f960e04 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","Colby"] + body: ["Jarod", "Hannah", "Kevin", "Mitch","Colby", "Kelcy"] } -}; \ No newline at end of file +};