diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-24 21:11:45 +0200 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-24 21:11:59 +0200 |
| commit | 2558df1b91e8aa2116fa88e34fc09055dca900ec (patch) | |
| tree | 3036c37ca4961642b89b6a0b16f0d86317ad16f1 /lib/DBInfoscreen.pm | |
| parent | fe3037348459ed7e4e54b13281e0a1e82a94a78f (diff) | |
add a prominent backend selection link
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 174fc97..2e15eb3 100644 --- a/lib/DBInfoscreen.pm +++ b/lib/DBInfoscreen.pm @@ -301,6 +301,8 @@ sub startup { $r->get('/_autostop')->to('static#geostop'); + $r->get('/_backend')->to('stationboard#backend_list'); + $r->get('/_datenschutz')->to('static#privacy'); $r->post('/_geolocation')->to('stationboard#stations_by_coordinates'); |
