UNPKG

100 BJavaScriptView Raw
1
2module.exports = ({ controller }) => {
3 return {
4 'get /': controller.user.index
5 }
6}