diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-10 16:51:01 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-09-10 16:51:01 +0200 |
commit | d81251419b2f6b18b3d96a14afe9163cc2ef6661 (patch) | |
tree | 5fc19b82beb33103be41d9f76e1b00f9c608e19e /lib/DBInfoscreen.pm | |
parent | 77ac1e6a8b304a0af2d46c890c270a322dfdf34d (diff) |
Always accept IRIS and HAFAS stations in input field4.18.0
Diffstat (limited to 'lib/DBInfoscreen.pm')
-rw-r--r-- | lib/DBInfoscreen.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm index 092c45f..687d583 100644 --- a/lib/DBInfoscreen.pm +++ b/lib/DBInfoscreen.pm @@ -288,7 +288,7 @@ sub startup { my $r = $self->routes; - $r->get('/_redirect')->to('static#redirect'); + $r->get('/_redirect')->to('stationboard#redirect_to_station'); # legacy entry point $r->get('/_auto')->to('static#geostop'); |