split createPad to createPad and createGroupPad
This commit is contained in:
parent
3e0f30bdde
commit
8dabdc8e95
|
@ -39,7 +39,8 @@ var functions = {
|
|||
// "getMappedGroup4" : ["groupMapper"],
|
||||
// "deleteGroup" : ["groupID"],
|
||||
// "listPads" : ["groupID"],
|
||||
// "createPad" : ["groupID", "padName", "text"],
|
||||
// "createPad" : ["padName", "text"],
|
||||
// "createGroupPad" : ["groupID", "padName", "text"],
|
||||
// "createAuthor" : ["name"],
|
||||
// "getMappedAuthor4" : ["authorMapper" , "name"],
|
||||
// "createSession" : ["groupID", "authorID", "validUntil"],
|
||||
|
|
Loading…
Reference in New Issue