Skip to content

Commit a52e1ea

Browse files
authored
Merge pull request #1291 from topcoder-platform/kkartunov-patch-1
Update API endpoint for getting challenge payments
2 parents 6bc9ece + e8788eb commit a52e1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/admin/src/lib/services/payments.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export async function getChallengePayments(
4040
challengeId: string,
4141
): Promise<ChallengePaymentsResponse> {
4242
return xhrGetAsync<ChallengePaymentsResponse>(
43-
`${EnvironmentConfig.API.V6}/finance/challenges/${challengeId}`,
43+
`${EnvironmentConfig.API.V6}/finance/challenge-payments/${challengeId}`,
4444
)
4545
}
4646

0 commit comments

Comments
 (0)