mirror of https://github.com/Lissy93/dashy.git
🐛 Updates endpoint for APOD (fixes #1172)
This commit is contained in:
parent
604ce976f9
commit
c9229fde27
|
@ -215,7 +215,7 @@ module.exports = {
|
||||||
/* API endpoints for widgets that need to fetch external data */
|
/* API endpoints for widgets that need to fetch external data */
|
||||||
widgetApiEndpoints: {
|
widgetApiEndpoints: {
|
||||||
anonAddy: 'https://app.anonaddy.com',
|
anonAddy: 'https://app.anonaddy.com',
|
||||||
astronomyPictureOfTheDay: 'https://go-apod.herokuapp.com/apod',
|
astronomyPictureOfTheDay: 'https://apod.as93.net/apod',
|
||||||
blacklistCheck: 'https://api.blacklistchecker.com/check',
|
blacklistCheck: 'https://api.blacklistchecker.com/check',
|
||||||
codeStats: 'https://codestats.net/',
|
codeStats: 'https://codestats.net/',
|
||||||
covidStats: 'https://disease.sh/v3/covid-19',
|
covidStats: 'https://disease.sh/v3/covid-19',
|
||||||
|
|
Loading…
Reference in New Issue