Skip to content

Commit 5e70082

Browse files
author
Evan Taylor Yates
committed
Modify filepath for fallback image
1 parent 490e84b commit 5e70082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/default_apod_object.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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",
3-
"hdurl": "https://api.nasa.gov/planetary/apod/apod/static/default_apod_image.jpg",
3+
"hdurl": "https://api.nasa.gov/planetary/apod/static/default_apod_image.jpg",
44
"media_type": "image",
55
"title": "Default Image",
6-
"url": "https://api.nasa.gov/planetary/apod/apod/static/default_apod_image.jpg"
6+
"url": "https://api.nasa.gov/planetary/apod/static/default_apod_image.jpg"
77
}

0 commit comments

Comments
 (0)