diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-09-13 23:39:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-09-13 23:39:28 +0200 |
commit | 35cc18dfae9ba3436809d1b6e823362f2aa725ad (patch) | |
tree | 721dbebd0cee8d6838142af7d3dd00bf267129a4 /lib/Travelynx.pm | |
parent | 29d99fe140ad1ec9670b89cf33155c989024adfb (diff) |
add passenger rights heuristic for missed connections
Diffstat (limited to 'lib/Travelynx.pm')
-rwxr-xr-x | lib/Travelynx.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index 44273e5..7d3548e 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -2890,6 +2890,7 @@ sub startup { $authed_r->get('/account/insight')->to('account#insight'); $authed_r->get('/ajax/status_card.html')->to('traveling#status_card'); $authed_r->get('/cancelled')->to('traveling#cancelled'); + $authed_r->get('/fgr')->to('passengerrights#list_candidates'); $authed_r->get('/account/password')->to('account#password_form'); $authed_r->get('/account/mail')->to('account#change_mail'); $authed_r->get('/export.json')->to('account#json_export'); |