diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-03 15:15:08 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-03 15:15:08 +0200 |
commit | 11ddc957805e1a6b54e2fecbe4121d2c9e5c4a9e (patch) | |
tree | e99a5dba70572b1511ced301fa9caf02448d07e0 /lib/DBInfoscreen.pm | |
parent | b0529c9c9b88a25942b4661f370cb78669d301b3 (diff) |
add an about page
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 422a25d..548fce2 100644 --- a/lib/DBInfoscreen.pm +++ b/lib/DBInfoscreen.pm @@ -218,6 +218,8 @@ sub startup { $r->post('/_geolocation')->to('stationboard#stations_by_coordinates'); + $r->get('/_about')->to('static#about'); + $r->get('/_impressum')->to('static#imprint'); $r->get('/_wr/:train/:departure')->to('wagenreihung#wagenreihung'); |