From 35cc18dfae9ba3436809d1b6e823362f2aa725ad Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 13 Sep 2019 23:39:28 +0200 Subject: add passenger rights heuristic for missed connections --- lib/Travelynx.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Travelynx.pm') 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'); -- cgit v1.2.3