Skip to content

Commit

Permalink
DO NOT MERGE: testing on CODE
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Jun 5, 2024
1 parent 0f0296c commit 7a282f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotcom-rendering/src/components/MostViewedRight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export const MostViewedRight = ({
}: Props) => {
const testVariant = useDeeplyReadTestVariant();
const endpointUrl =
'https://api.nextgen.guardianapps.co.uk/most-read-with-deeply-read.json';
'https://code.api.nextgen.guardianapps.co.uk/most-read-with-deeply-read.json';

const { data, error } = useApi<MostViewedRightPayloadType>(endpointUrl);

if (error) {
Expand Down

0 comments on commit 7a282f6

Please sign in to comment.