x
This commit is contained in:
parent
94bebc2f6f
commit
f494ecde1a
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -94,7 +94,7 @@ async function searchElement(request, response) {
|
||||||
var reply = elements
|
var reply = elements
|
||||||
} else {
|
} else {
|
||||||
var reply = {
|
var reply = {
|
||||||
status:"Not Found"
|
status:"404 - Not Found"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ async function set(request, response) {
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
var reply = {
|
var reply = {
|
||||||
status:"404-Not Found"
|
status:"404 - Not Found"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue