Skip to content

Commit e8788eb

Browse files
authored
Update API endpoint for getting challenge payments
1 parent 6bc9ece commit e8788eb

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)