Skip to content

Commit b876fa1

Browse files
authored
🔀 Merge pull request #766 from dougaldhub/FEATURE/improve-tfl-widget
Update TFL Status Widget to include Elizabeth Line/Tram/DLR/Overground
2 parents f9195ac + 4b65fed commit b876fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/defaults.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ module.exports = {
243243
rssToJson: 'https://api.rss2json.com/v1/api.json',
244244
sportsScores: 'https://www.thesportsdb.com/api/v1/json',
245245
stockPriceChart: 'https://www.alphavantage.co/query',
246-
tflStatus: 'https://api.tfl.gov.uk/line/mode/tube/status',
246+
tflStatus: 'https://api.tfl.gov.uk/line/mode/dlr,elizabeth-line,overground,tram,tube/status',
247247
walletBalance: 'https://api.blockcypher.com/v1',
248248
walletQrCode: 'https://www.bitcoinqrcodemaker.com/api',
249249
weather: 'https://api.openweathermap.org/data/2.5/weather',

0 commit comments

Comments
 (0)