diff options
author | dakkar <dakkar@thenautilus.net> | 2024-02-03 16:22:28 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-02-03 16:22:28 +0000 |
commit | 2ad2707125cd22fa3d6bed0c4e3ee4dc338cf892 (patch) | |
tree | 293b9b06de648a5c9784f506a65687552785d109 /lib/WebService/TFL | |
parent | remote redundant line name from status reason (diff) | |
download | HomePanel-2ad2707125cd22fa3d6bed0c4e3ee4dc338cf892.tar.gz HomePanel-2ad2707125cd22fa3d6bed0c4e3ee4dc338cf892.tar.bz2 HomePanel-2ad2707125cd22fa3d6bed0c4e3ee4dc338cf892.zip |
show more than tube
Diffstat (limited to 'lib/WebService/TFL')
-rw-r--r-- | lib/WebService/TFL/TubeStatus.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WebService/TFL/TubeStatus.pm b/lib/WebService/TFL/TubeStatus.pm index 52d573d..e4ec7b5 100644 --- a/lib/WebService/TFL/TubeStatus.pm +++ b/lib/WebService/TFL/TubeStatus.pm @@ -16,7 +16,7 @@ has uri => ( isa => Uri, is => 'ro', coerce => Uri->coercion, - default => 'https://api.tfl.gov.uk/Line/Mode/tube/Status', + default => 'https://api.tfl.gov.uk/Line/Mode/tube,dlr,elizabeth-line,overground/Status', ); has parser => ( |