summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-12-18 22:02:47 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-12-18 22:02:47 +0100
commitc0526ca0f9b05617a4590167b79e7466af7fd081 (patch)
treee28e189480326c56b97fcdbbbad967b845512128 /lib
parent01acb87f2a7367844fe56349476814ee9f7e47dd (diff)
use generic path for static wagon order
Diffstat (limited to 'lib')
-rw-r--r--lib/DBInfoscreen.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm
index 4fca3b6..8bd7022 100644
--- a/lib/DBInfoscreen.pm
+++ b/lib/DBInfoscreen.pm
@@ -414,7 +414,7 @@ sub startup {
$r->get('/_impressum')->to('static#imprint');
$r->get('/_wr/:train/:departure')->to('wagenreihung#wagenreihung');
- $r->get('/zb-db/:train')->to('wagenreihung#zugbildung_db');
+ $r->get('/wr/:train')->to('wagenreihung#zugbildung_db');
$r->get('/_ajax_mapinfo/:tripid/:lineno')->to('map#ajax_route');
$r->get('/map/:tripid/:lineno')->to('map#route');