Skip to content

Commit

Permalink
docs(list): add list endpoints to root endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
geekus committed Aug 26, 2016
1 parent fc95cbc commit 38690aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ router.get('/', (req, res) => {
checkin_log: `${req.fullUrl}/steder/{sted}/logg`,
checkin_stats: `${req.fullUrl}/steder/{sted}/stats`,
profile_view: `${req.fullUrl}/brukere/{bruker}`,
list_join: `${req.fullUrl}/lister/{liste}/blimed`,
list_leave: `${req.fullUrl}/lister/{liste}/meldav`,
});
});

Expand Down

0 comments on commit 38690aa

Please sign in to comment.