diff options
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); } |