This commit is contained in:
Killer Boss Original 2022-07-08 12:46:31 +02:00 committed by GitHub
parent 94bebc2f6f
commit f494ecde1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ async function searchElement(request, response) {
var reply = elements
} else {
var reply = {
status:"Not Found"
status:"404 - Not Found"
}
}