Skip to content

Commit

Permalink
setup send-email api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Bangay committed Dec 2, 2024
1 parent 83e997a commit 9e9f63b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/routes/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ router.post(
discountAPI('apply-discount', 'APPLY_DISCOUNT'),
);

router.post('/discounts/send-email', discountAPI('send-email', 'SEND_EMAIL'));

// The two switch types are using different apis for now, membership to recurring contribution
// is using the old api
router.post(
Expand Down

0 comments on commit 9e9f63b

Please sign in to comment.