add routes to get a single user, get members for a group, get members invited to a group

This commit is contained in:
Matteo Pagliazzi
2016-01-12 17:27:06 +01:00
parent baf0179eb7
commit 55db0a4a4b
6 changed files with 169 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import {
} from '../../libs/api-v3/errors';
import _ from 'lodash';
import { sendTxn } from '../../libs/api-v3/email';
import nconf from 'nconf';
import nconf from 'nconf';
let api = {};