route added

This commit is contained in:
2025-08-14 00:04:47 +05:30
parent 092201971b
commit 7969234445
4 changed files with 134 additions and 43 deletions

View File

@@ -120,7 +120,7 @@ export default function PaymentsRecentTable({
mutationFn: async (data: NewTransactionPayload) => {
const response = await apiRequest(
"PUT",
`/api/claims/${data.paymentId}`,
`/api/payments/${data.paymentId}`,
{
data: data,
}