Skip to content

Commit

Permalink
chore: execução do 'prettier:fix' para correção de falha no CI #issue…
Browse files Browse the repository at this point in the history
…-267
  • Loading branch information
EdiltonOliveira committed Aug 2, 2024
1 parent 14fc14e commit e3f3d13
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
72 changes: 36 additions & 36 deletions dbSimulatorAPI.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"user": [
"user": [
{
"id": 1,
"pets": [
{
"id": 1,
"pets": [
{
"id": "1",
"title": "Bolinha",
"imgSrc": "https://images.unsplash.com/photo-1598628599796-2a454fa7d9c5?q=80&w=1674&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"imgAlt": "Bolinha"
},
{
"id": "2",
"title": "Jake",
"imgSrc": "https://images.unsplash.com/photo-1530281700549-e82e7bf110d6?q=80&w=1888&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"imgAlt": "Jake"
},
{
"id": "3",
"title": "Tobias",
"imgSrc": "https://images.unsplash.com/photo-1632165258904-21ca36a01ee0?q=80&w=1635&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"imgAlt": "Tobias"
},
{
"id": "4",
"title": "Francis",
"imgSrc": "https://images.unsplash.com/photo-1596921825946-d738194fac80?q=80&w=1886&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"imgAlt": "Francis"
},
{
"id": "5",
"title": "Toyota",
"imgSrc": "https://images.unsplash.com/photo-1694185643879-536f8d785fa6?q=80&w=1664&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"imgAlt": "Toyota"
}
]
"id": "1",
"title": "Bolinha",
"imgSrc": "https://images.unsplash.com/photo-1598628599796-2a454fa7d9c5?q=80&w=1674&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"imgAlt": "Bolinha"
},
{
"id": "2",
"title": "Jake",
"imgSrc": "https://images.unsplash.com/photo-1530281700549-e82e7bf110d6?q=80&w=1888&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"imgAlt": "Jake"
},
{
"id": "3",
"title": "Tobias",
"imgSrc": "https://images.unsplash.com/photo-1632165258904-21ca36a01ee0?q=80&w=1635&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"imgAlt": "Tobias"
},
{
"id": "4",
"title": "Francis",
"imgSrc": "https://images.unsplash.com/photo-1596921825946-d738194fac80?q=80&w=1886&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"imgAlt": "Francis"
},
{
"id": "5",
"title": "Toyota",
"imgSrc": "https://images.unsplash.com/photo-1694185643879-536f8d785fa6?q=80&w=1664&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"imgAlt": "Toyota"
}
]
}
]
}
]
}
6 changes: 3 additions & 3 deletions routes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/api/*": "/$1",
"/:resource/:id/my-pets": "/:resource/:id"
}
"/api/*": "/$1",
"/:resource/:id/my-pets": "/:resource/:id"
}

0 comments on commit e3f3d13

Please sign in to comment.