This commit is contained in:
tokslaw7
2023-07-09 00:57:18 +00:00
parent 3739ddcaee
commit 2703d0c83b
+1 -1
View File
@@ -71,7 +71,7 @@ class WrenchOauth extends BaseController
http_response_code(404);
// tell the user product does not exist
echo json_encode([
'message' => 'HEREEndpoint not found.',
'message' => 'Endpoint not found.',
'URI' => $uri,
]);
}