various fixes to the site (socios, ingresos, gastos, balance, solicitudes) have been made

This commit is contained in:
Jose
2026-01-26 14:15:38 +01:00
parent 59efb7d81f
commit 4aada8a151
10 changed files with 111 additions and 84 deletions

View File

@@ -28,7 +28,7 @@
},
"incomes": {
"all": "/incomes",
"withNames": "/incomes/with-names",
"withInfo": "/incomes/with-info",
"mine": "/incomes/mine",
"byId": "/incomes/:incomeId"
},
@@ -37,7 +37,8 @@
"byId": "/expenses/:expenseId"
},
"balance": {
"all": "/balance"
"all": "/balance",
"withTotals": "/balance/with-totals"
},
"announcements": {
"all": "/announcements",

View File

@@ -6,7 +6,8 @@
"auth": {
"login": "/auth/login",
"refreshToken": "/auth/refresh",
"changePassword": "/auth/change-password"
"changePassword": "/auth/change-password",
"validateToken": "/auth/validate"
},
"users": {
"all": "/users",
@@ -27,7 +28,7 @@
},
"incomes": {
"all": "/incomes",
"withNames": "/incomes/with-names",
"withInfo": "/incomes/with-info",
"mine": "/incomes/mine",
"byId": "/incomes/:incomeId"
},
@@ -36,7 +37,8 @@
"byId": "/expenses/:expenseId"
},
"balance": {
"all": "/balance"
"all": "/balance",
"withTotals": "/balance/with-totals"
},
"announcements": {
"all": "/announcements",