Skip to content

Commit

Permalink
Merge pull request #212 from SunburnedGoose/master
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis authored Jan 19, 2024
2 parents ff19674 + e826fc4 commit 5d85f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routes/donate.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import asyncHandler from 'express-async-handler';
import superagent from 'superagent';

const donationUrl = 'https://bungiefoundation.donordrive.com/api/1.3/participants/19805';
const donationUrl = 'https://bungiefoundation.donordrive.com/api/1.3/participants/22881';

// Temporary proxy for donor drive API
export const donateHandler = asyncHandler(async (_req, res) => {
Expand Down

0 comments on commit 5d85f96

Please sign in to comment.