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