various fixes to the site (socios, ingresos, gastos, balance, solicitudes) have been made
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user