fix offset

This commit is contained in:
Clas Wen 2025-05-24 15:20:40 +08:00
parent 74c95626c8
commit 9eaf58ef86

View file

@ -231,7 +231,7 @@ export default function App() {
params: {
query: {
order: "DESC",
offset: 1,
offset: 0,
limit: 1000,
},
},