Skip to content

Commit

Permalink
Modify filepath for fallback image
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Taylor Yates committed Jun 23, 2020
1 parent 490e84b commit 5e70082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/default_apod_object.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"explanation": "This is a fallback image used in the case where there is a missing/corrupted asset on apod.nasa.gov. Image source: https://en.wikipedia.org/wiki/File:Black_Hole_in_the_universe.jpg",
"hdurl": "https://api.nasa.gov/planetary/apod/apod/static/default_apod_image.jpg",
"hdurl": "https://api.nasa.gov/planetary/apod/static/default_apod_image.jpg",
"media_type": "image",
"title": "Default Image",
"url": "https://api.nasa.gov/planetary/apod/apod/static/default_apod_image.jpg"
"url": "https://api.nasa.gov/planetary/apod/static/default_apod_image.jpg"
}

0 comments on commit 5e70082

Please sign in to comment.