mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-21 04:35:15 +02:00
Change APOD API endpoint
This commit is contained in:
parent
dbb261c859
commit
bbb0f16ead
@ -217,7 +217,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://apodapi.herokuapp.com/api',
|
astronomyPictureOfTheDay: 'https://go-apod.herokuapp.com/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…
x
Reference in New Issue
Block a user