Skip to content

Commit 4ae7022

Browse files
committed
Fixed apod api image issue
1 parent c9485f9 commit 4ae7022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/spaceData.model.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type ApodModel struct {
2121
Copyright string `json:"copyright"`
2222
Date_of_click string `json:"date"`
2323
Description string `json:"explanation"`
24-
HD_image string `json:"hdurl"`
24+
HD_image string `json:"url"`
2525
}
2626

2727
type WeatherModel struct {

0 commit comments

Comments
 (0)