mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 20:19:42 +00:00
update stripe webhooks url
This commit is contained in:
parent
f3fab88f0b
commit
771d8f492a
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ api.subscribeCancel = {
|
|||
|
||||
api.handleWebhooks = {
|
||||
method: 'POST',
|
||||
url: '/stripe/webhook',
|
||||
url: '/stripe/webhooks',
|
||||
async handler (req, res) {
|
||||
await stripePayments.handleWebhooks({requestBody: req.body});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue