diff options
Diffstat (limited to 'lib/DBInfoscreen.pm')
| -rw-r--r-- | lib/DBInfoscreen.pm | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm index b062c9d..c1455ff 100644 --- a/lib/DBInfoscreen.pm +++ b/lib/DBInfoscreen.pm @@ -281,6 +281,8 @@ sub startup {  	$r->get('/_wr/:train/:departure')->to('wagenreihung#wagenreihung'); +	$r->get('/map/:tripid/:lineno')->to('map#route'); +  	$self->defaults( layout => 'app' );  	$self->sessions->default_expiration( 3600 * 24 * 28 ); | 
