diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-02 04:43:27 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-02 04:43:27 +0200 |
commit | 1f14e32f2a24a34bafafd93b77c52f3e3f9cb0f7 (patch) | |
tree | 52ae14741c80943fc773268ea4a6543bf8f93d9d /lib/Travel/Routing/DE/VRR.pm | |
parent | 0be807a72c5043a843b4a4d22858017e97544ab3 (diff) |
efa.vrr.de/vrr is dead; switch to app.vrr.de/vrrstd as default
Diffstat (limited to 'lib/Travel/Routing/DE/VRR.pm')
-rw-r--r-- | lib/Travel/Routing/DE/VRR.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Routing/DE/VRR.pm b/lib/Travel/Routing/DE/VRR.pm index 998d86a..a1aad62 100644 --- a/lib/Travel/Routing/DE/VRR.pm +++ b/lib/Travel/Routing/DE/VRR.pm @@ -11,7 +11,7 @@ use parent 'Travel::Routing::DE::EFA'; sub new { my ( $class, %opt ) = @_; - $opt{efa_url} = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2'; + $opt{efa_url} = 'https://app.vrr.de/vrrstd/XML_TRIP_REQUEST2'; return $class->SUPER::new(%opt); } |