Skip to content

Commit

Permalink
Use GET when fetching related pages (#1336)
Browse files Browse the repository at this point in the history
Bug: T347034
Change-Id: Ib614aed8d0ddd16c2a29b7c86d3c38957bba0d38
  • Loading branch information
brightbyte committed Dec 5, 2023
1 parent 8a6ab4a commit 9696548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/related.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Related {
delete rh['cache-control'];
}

return hyper.post({
return hyper.get({
uri: new URI([rp.domain, 'sys', 'action', 'query']),
body: {
format: 'json',
Expand Down

0 comments on commit 9696548

Please sign in to comment.