From 2ad2707125cd22fa3d6bed0c4e3ee4dc338cf892 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 3 Feb 2024 16:22:28 +0000 Subject: show more than tube --- lib/WebService/TFL/TubeStatus.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => ( -- cgit v1.2.3