We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb261c commit bbb0f16Copy full SHA for bbb0f16
src/utils/defaults.js
@@ -217,7 +217,7 @@ module.exports = {
217
/* API endpoints for widgets that need to fetch external data */
218
widgetApiEndpoints: {
219
anonAddy: 'https://app.anonaddy.com',
220
- astronomyPictureOfTheDay: 'https://apodapi.herokuapp.com/api',
+ astronomyPictureOfTheDay: 'https://go-apod.herokuapp.com/apod',
221
blacklistCheck: 'https://api.blacklistchecker.com/check',
222
codeStats: 'https://codestats.net/',
223
covidStats: 'https://disease.sh/v3/covid-19',
0 commit comments