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 /bin/efa | |
parent | 0be807a72c5043a843b4a4d22858017e97544ab3 (diff) |
efa.vrr.de/vrr is dead; switch to app.vrr.de/vrrstd as default
Diffstat (limited to 'bin/efa')
-rwxr-xr-x | bin/efa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ use List::Util qw(first); our $VERSION = '2.22'; my $ignore_info; my $efa; -my $efa_url = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2'; +my $efa_url = 'https://app.vrr.de/vrrstd/XML_TRIP_REQUEST2'; my ( @from, @to, @via, $from_type, $to_type, $via_type ); my $opt = { 'efa-url' => \$efa_url, |