You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New API route for "my teams" and "my moderated teams" (#152)
* Add new route and stub listMyTeams function.
- New route /api/my/teams .
- Verifies that the authenticate middleware is working.
* Finish /api/my/teams route
- Add unit test
- Add `team.listModeratedBy`
* Clean up test.
* Finish listMyTeams()
- rename public permission to public:authenticated, for clarity.
- use can() middleware instead of authenticate middleware.
- working unit test.
* Improve unit test.
- also edit .gitignore
0 commit comments