diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-15 19:20:37 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-07-15 19:20:37 +0200 |
commit | 1cca278baac0f50012e524eac7c441c998f4d8c3 (patch) | |
tree | ae292c5aef5c86e92d255e97010507c67daa02c6 /lib/Travelynx.pm | |
parent | bee67f096a5732fed5cb9c3e716012b536950022 (diff) |
add timeline / current checkins
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 5b8680e..c529cb7 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -2201,6 +2201,7 @@ sub startup { $authed_r->post('/delete')->to('account#delete'); $authed_r->post('/logout')->to('account#do_logout'); $authed_r->post('/set_token')->to('api#set_token'); + $authed_r->get('/timeline/in-transit')->to('profile#checked_in'); } |