Alterações e incluindo página Minhas Vans

This commit is contained in:
Matheus Albino Brunhara
2022-06-20 06:10:16 -05:00
parent c631bb9112
commit c6873625f5
6 changed files with 148 additions and 8 deletions

View File

@@ -3,8 +3,11 @@ const vansRoutes = {
list: {
url: `${vansRoutesDefault}/list`
},
getById: {
url: `${vansRoutesDefault}/`
getByPlate: {
url: `${vansRoutesDefault}/plate`
},
getByUserId: {
url: `${vansRoutesDefault}/user`
},
create: {
url: `${vansRoutesDefault}/`