Correcting web services code
This commit is contained in:
parent
70ef8c2b05
commit
26abd2e325
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ var users = m.request({method: "GET", url: "/user"})
|
|||
//add one more user to the response
|
||||
return users.concat({name: "Jane"})
|
||||
})
|
||||
|
||||
|
||||
function log(load) {
|
||||
console.log(load)
|
||||
return load
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue