summaryrefslogtreecommitdiff
path: root/lib/Travelynx.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-09-12 18:23:23 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-09-12 18:23:23 +0200
commitc891da97fbb185e42121a0ca533282fc7c028573 (patch)
tree876c2cc51f13dfe357d24b1c238f088d4c74761b /lib/Travelynx.pm
parent0822cfc993ff44605210b6b771cd4558c1a65aef (diff)
Explicitly set passenger rights form filename1.9.1
Diffstat (limited to 'lib/Travelynx.pm')
-rwxr-xr-xlib/Travelynx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm
index 94a7c49..44273e5 100755
--- a/lib/Travelynx.pm
+++ b/lib/Travelynx.pm
@@ -2906,7 +2906,7 @@ sub startup {
$authed_r->post('/account/insight')->to('account#insight');
$authed_r->post('/journey/add')->to('traveling#add_journey_form');
$authed_r->post('/journey/edit')->to('traveling#edit_journey');
- $authed_r->post('/journey/passenger_rights')
+ $authed_r->post('/journey/passenger_rights/*filename')
->to('passengerrights#generate');
$authed_r->post('/account/password')->to('account#change_password');
$authed_r->post('/account/mail')->to('account#change_mail');