Introduce REST API for group transfer locations
We need to expose a new REST API endpoint that
- given a group, gives us a list of groups to where the
current_user
can transfer that group to.
Endpoint will be:
GET /groups/:id/transfer_locations
We need to expose a new REST API endpoint that
current_user
can transfer that group to.Endpoint will be:
GET /groups/:id/transfer_locations