Skip to content

Commit bbb0f16

Browse files
authored
Change APOD API endpoint
1 parent dbb261c commit bbb0f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ module.exports = {
217217
/* API endpoints for widgets that need to fetch external data */
218218
widgetApiEndpoints: {
219219
anonAddy: 'https://app.anonaddy.com',
220-
astronomyPictureOfTheDay: 'https://apodapi.herokuapp.com/api',
220+
astronomyPictureOfTheDay: 'https://go-apod.herokuapp.com/apod',
221221
blacklistCheck: 'https://api.blacklistchecker.com/check',
222222
codeStats: 'https://codestats.net/',
223223
covidStats: 'https://disease.sh/v3/covid-19',

0 commit comments

Comments
 (0)