diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-30 15:14:24 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-30 15:14:24 +0200 |
commit | c74b91b09f8888b5d4a35b7b2cb49d313db342d9 (patch) | |
tree | 7df5071dcd31070150a7a869053ce027aab84d78 /lib/DBInfoscreen.pm | |
parent | 1db9406711673beee6bf76555851e73b447c44d8 (diff) |
Switch to new bahn.de carriage formation API (WiP)
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 2e15eb3..fd1aaf8 100644 --- a/lib/DBInfoscreen.pm +++ b/lib/DBInfoscreen.pm @@ -313,7 +313,7 @@ sub startup { $r->get('/dyn/:av/autocomplete.js')->to('stationboard#autocomplete'); - $r->get('/_wr/:train/:departure')->to('wagenreihung#wagenreihung'); + $r->get('/carriage-formation')->to('wagenreihung#wagenreihung'); $r->get('/w/*wagon')->to('wagenreihung#wagen'); $r->get('/_ajax_mapinfo/:tripid/:lineno')->to('map#ajax_route'); |