🐛 Updates endpoint for APOD (fixes #1172)

This commit is contained in:
Alicia Sykes 2024-01-02 17:13:15 +00:00
parent 604ce976f9
commit c9229fde27
1 changed files with 1 additions and 1 deletions

View File

@ -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',