Skip to content

Commit 6bc9ece

Browse files
authored
Update API endpoint for getChallengePayments
1 parent 7b8dfb2 commit 6bc9ece

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}/payments/challenges/${challengeId}`,
43+
`${EnvironmentConfig.API.V6}/finance/challenges/${challengeId}`,
4444
)
4545
}
4646

0 commit comments

Comments
 (0)