diff --git a/www-api/app/Controllers/WrenchOauth.php b/www-api/app/Controllers/WrenchOauth.php index 80582705..f1aaf6da 100644 --- a/www-api/app/Controllers/WrenchOauth.php +++ b/www-api/app/Controllers/WrenchOauth.php @@ -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, ]); }