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.
2 parents 6bc9ece + e8788eb commit a52e1eaCopy full SHA for a52e1ea
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}/finance/challenges/${challengeId}`,
+ `${EnvironmentConfig.API.V6}/finance/challenge-payments/${challengeId}`,
44
)
45
}
46
0 commit comments