summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DBInfoscreen.pm')
-rw-r--r--lib/DBInfoscreen.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm
index 70b4b5e..7a0bea4 100644
--- a/lib/DBInfoscreen.pm
+++ b/lib/DBInfoscreen.pm
@@ -369,7 +369,11 @@ sub startup {
$r->get('/_redirect')->to('static#redirect');
- $r->get('/_auto')->to('static#geolocation');
+ # legacy entry point
+ $r->get('/_auto')->to('static#geostop');
+
+ $r->get('/_autostop')->to('static#geostop');
+ $r->get('/_autotrain')->to('static#geotrain');
$r->get('/_datenschutz')->to('static#privacy');