Skip to content

Commit

Permalink
change webhook key for tets
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Sep 1, 2024
1 parent 071c113 commit f4b91f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nostr/user.contoller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class userController {
@Headers('webhook-id') webhookId: string,
@Body() body: any,
) {
const secret = 'wsec_WJStlX/jEqv9bLVpYPXQZcXZeDsdRIDb'; //just for test
const secret = 'wsec_w6OdXuLKGCPW9n4qORK8Yq6TwjnIv/+L'; //just for test

const requestBody = JSON.stringify(body);

Expand Down

0 comments on commit f4b91f2

Please sign in to comment.