Skip to content

Commit

Permalink
finishing 866at4c0y
Browse files Browse the repository at this point in the history
  • Loading branch information
iietmoon committed Aug 28, 2023
1 parent 4875add commit c77db2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/users/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const getUsers = () => {
let config = {
method: 'get',
maxBodyLength: Infinity,
url: 'http://localhost:1337/api/users',
url: 'http://localhost:1337/api/users?pagination[pageSize]=999',
headers: {
'Authorization': 'Bearer d50629f9fbb6756a2ddb75b667cdfa844125ddc912960b7e235e8163b6a8c5c4aa463faff74336ce715832fe9b05b506500f4d9d56c7564bd6b59c9e5f344a3ca7c0e77e56e452edd514de278d8bb8c38584b9b1738da1a2c3770b03b36a05479183bc9ac2cd140147a6a88c63de32ad6a54d4a1a103910bbbd00c97164b8470'
}
Expand Down

0 comments on commit c77db2b

Please sign in to comment.