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 +}; 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!