We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8dfb2 commit 6bc9eceCopy full SHA for 6bc9ece
src/apps/admin/src/lib/services/payments.service.ts
@@ -40,7 +40,7 @@ export async function getChallengePayments(
40
challengeId: string,
41
): Promise<ChallengePaymentsResponse> {
42
return xhrGetAsync<ChallengePaymentsResponse>(
43
- `${EnvironmentConfig.API.V6}/payments/challenges/${challengeId}`,
+ `${EnvironmentConfig.API.V6}/finance/challenges/${challengeId}`,
44
)
45
}
46
0 commit comments