Typo
This commit is contained in:
@@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user