Add missing response to PUT
handler
This commit is contained in:
parent
bc16d9607f
commit
63a56e5b11
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ app.put(
|
||||||
if (id in data)
|
if (id in data)
|
||||||
{
|
{
|
||||||
data[id] = request.body;
|
data[id] = request.body;
|
||||||
|
response.send(data[id]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue