Skip to content

Commit

Permalink
api: improve image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Feb 1, 2024
1 parent ef619e0 commit c51f402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/rides.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"id": "swings",
"name": "Roba Swings",
"description": "Be the sultan who swings!",
"image": "/img/swing.png"
"image": "img/swing.png"
},
{
"id": "merrobo",
"name": "Merrobo Round",
"description": "Very safe. This is highly recommended for any age.",
"image": "/img/merry-go-round.png"
"image": "img/merry-go-round.png"
},
{
"id": "coaster",
"name": "Robo Coaster Of Doom",
"description": "This is the most dangerous ride in the park. You must be at least 140cm tall to ride this ride.",
"minHeight": 140,
"image": "/img/coaster.png"
"image": "img/coaster.png"
}
]

0 comments on commit c51f402

Please sign in to comment.