Skip to content

Commit

Permalink
Merge pull request s-alad#94 from retoheusser/update-bereal-signature
Browse files Browse the repository at this point in the history
update bereal signature
  • Loading branch information
s-alad authored Mar 21, 2024
2 parents 6258fab + f03d03f commit fce510a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions client/pages/api/add/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
let upload_headers = {
"authorization": "Bearer " + authorization_token,
'bereal-app-version-code': '14549',
'bereal-signature': 'MToxNzA3NDgwMjI4OvR2hbFOdgnyAz1bfiCp68ul5sVZiHnv+NAZNySEcBfD',
'bereal-signature': 'MToxNzEwOTU0MTc2OmPlM3WPWqPWRq7EseRiT98fErcmwWg1yUatGmYZnzaH',
'bereal-timezone': 'Europe/Paris',
'bereal-device-id': '937v3jb942b0h6u9'
}
Expand Down Expand Up @@ -226,7 +226,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
"content-type": "application/json",
"Authorization": "Bearer " + authorization_token,
'bereal-app-version-code': '14549',
'bereal-signature': 'MToxNzA3NDgwMjI4OvR2hbFOdgnyAz1bfiCp68ul5sVZiHnv+NAZNySEcBfD',
'bereal-signature': 'MToxNzEwOTU0MTc2OmPlM3WPWqPWRq7EseRiT98fErcmwWg1yUatGmYZnzaH',
'bereal-timezone': 'Europe/Paris',
'bereal-device-id': '937v3jb942b0h6u9',
"bereal-os-version": "14.7.1",
Expand Down
2 changes: 1 addition & 1 deletion client/pages/api/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
let headers = {
"authorization": "Bearer " + authorization_token,
'bereal-app-version-code': '14549',
'bereal-signature': 'MToxNzA3NDgwMjI4OvR2hbFOdgnyAz1bfiCp68ul5sVZiHnv+NAZNySEcBfD',
'bereal-signature': 'MToxNzEwOTU0MTc2OmPlM3WPWqPWRq7EseRiT98fErcmwWg1yUatGmYZnzaH',
'bereal-timezone': 'Europe/Paris',
'bereal-device-id': '937v3jb942b0h6u9'
}
Expand Down
2 changes: 1 addition & 1 deletion client/pages/api/comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
let headers = {
"authorization": "Bearer " + authorization_token,
'bereal-app-version-code': '14549',
'bereal-signature': 'MToxNzA3NDgwMjI4OvR2hbFOdgnyAz1bfiCp68ul5sVZiHnv+NAZNySEcBfD',
'bereal-signature': 'MToxNzEwOTU0MTc2OmPlM3WPWqPWRq7EseRiT98fErcmwWg1yUatGmYZnzaH',
'bereal-timezone': 'Europe/Paris',
'bereal-device-id': '937v3jb942b0h6u9',
}
Expand Down
2 changes: 1 addition & 1 deletion client/pages/api/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
let headers = {
"authorization": "Bearer " + authorization_token,
"bereal-app-version-code": "14549",
"bereal-signature": "MToxNzA3NDgwMjI4OvR2hbFOdgnyAz1bfiCp68ul5sVZiHnv+NAZNySEcBfD",
"bereal-signature": "MToxNzEwOTU0MTc2OmPlM3WPWqPWRq7EseRiT98fErcmwWg1yUatGmYZnzaH",
'bereal-device-id': '937v3jb942b0h6u9',
'bereal-timezone': 'Europe/Paris',
}
Expand Down
2 changes: 1 addition & 1 deletion client/pages/api/friends.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
let headers = {
"authorization": "Bearer " + authorization_token,
"bereal-app-version-code": "14549",
"bereal-signature": "MToxNzA3NDgwMjI4OvR2hbFOdgnyAz1bfiCp68ul5sVZiHnv+NAZNySEcBfD",
"bereal-signature": "MToxNzEwOTU0MTc2OmPlM3WPWqPWRq7EseRiT98fErcmwWg1yUatGmYZnzaH",
'bereal-device-id': '937v3jb942b0h6u9',
'bereal-timezone': 'Europe/Paris',
}
Expand Down

0 comments on commit fce510a

Please sign in to comment.