Skip to content

Commit

Permalink
Update getPages.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
azdak committed Oct 24, 2024
1 parent 827d11e commit 321c5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/getPages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const getPages = async ({ request, reply }) => {
request,
query: `
query($limit: Int, $offset: Int){
urls(limit: $limit, offset: $offset, order_by: {updated_at: desc}) {
urls: urls_aggregate(limit: $limit, offset: $offset, order_by: {updated_at: desc}) {
url
id
property {
Expand Down

0 comments on commit 321c5a7

Please sign in to comment.