summaryrefslogtreecommitdiff
path: root/lib/Travelynx.pm
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-01-31 18:16:00 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2020-01-31 18:16:00 +0100
commitaa7a7db2bcd6ae8cf0caef37d436bcb2ae162d5b (patch)
tree65c2b81918636d935f4dfd7424812a4641f635b3 /lib/Travelynx.pm
parent7e92e6b5d454ca61c77ed4ee217d179fc0038459 (diff)
map: show polylines by default
Diffstat (limited to 'lib/Travelynx.pm')
-rwxr-xr-xlib/Travelynx.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm
index f44bb8a..117724f 100755
--- a/lib/Travelynx.pm
+++ b/lib/Travelynx.pm
@@ -3641,7 +3641,6 @@ sub startup {
$authed_r->post('/account/privacy')->to('account#privacy');
$authed_r->post('/account/hooks')->to('account#webhook');
$authed_r->post('/account/insight')->to('account#insight');
- $authed_r->post('/history/map')->to('traveling#map_history');
$authed_r->post('/journey/add')->to('traveling#add_journey_form');
$authed_r->post('/journey/comment')->to('traveling#comment_form');
$authed_r->post('/journey/edit')->to('traveling#edit_journey');