Skip to content

Commit

Permalink
🐛 Updates endpoint for APOD (fixes #1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 2, 2024
1 parent 604ce97 commit c9229fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ module.exports = {
/* API endpoints for widgets that need to fetch external data */
widgetApiEndpoints: {
anonAddy: 'https://app.anonaddy.com',
astronomyPictureOfTheDay: 'https://go-apod.herokuapp.com/apod',
astronomyPictureOfTheDay: 'https://apod.as93.net/apod',
blacklistCheck: 'https://api.blacklistchecker.com/check',
codeStats: 'https://codestats.net/',
covidStats: 'https://disease.sh/v3/covid-19',
Expand Down

1 comment on commit c9229fd

@vercel
Copy link

@vercel vercel bot commented on c9229fd Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dashy – ./

dashy-git-master-alicia.vercel.app
dashy-delta.vercel.app
dashy-alicia.vercel.app

Please sign in to comment.