add listGroups to API

fix wrong link in tests.html
This commit is contained in:
aritas1 2012-02-14 02:51:13 +04:00
parent 8e6b451459
commit 7ec4100f0f
4 changed files with 41 additions and 1 deletions

View file

@ -35,6 +35,7 @@ var cleanText = require("./Pad").cleanText;
/**GROUP FUNCTIONS*****/
/**********************/
exports.listGroups = groupManager.listGroups;
exports.createGroup = groupManager.createGroup;
exports.createGroupIfNotExistsFor = groupManager.createGroupIfNotExistsFor;
exports.deleteGroup = groupManager.deleteGroup;