Skip to content

Commit 5190816

Browse files
committed
Show full response
1 parent b0cfd20 commit 5190816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scripts/responses.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ function getSampleResponse(url, id) {
823823
}
824824
}
825825

826-
$(`#${id}`).html(`<pre>${JSON.stringify(limitArraysToFive(json), null, 4)}</pre>`);
826+
$(`#${id}`).html(`<pre>${JSON.stringify(limitArraysToFive(json), null, 4)}</pre><a href="${url}" target="_blank">Show Full Response</a>`);
827827
})
828828
}
829829

0 commit comments

Comments
 (0)