Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/GetList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
};
};
2 changes: 1 addition & 1 deletion app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function App() {
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Look at this really cool spinny thing we have here.
Look at this really cool spinny thing we have here. Hi Kelcy!
</p>
<a
className="App-link"
Expand Down