Update src/node/handler/APIHandler.js
Added the checkToken function to the function array.pull/1272/head
parent
8686da87e8
commit
2163c8be5c
|
@ -68,6 +68,7 @@ var version =
|
|||
, "isPasswordProtected" : ["padID"]
|
||||
, "listAuthorsOfPad" : ["padID"]
|
||||
, "padUsersCount" : ["padID"]
|
||||
, "checkToken" : []
|
||||
}
|
||||
, "1.1":
|
||||
{ "createGroup" : []
|
||||
|
@ -102,6 +103,7 @@ var version =
|
|||
, "padUsers" : ["padID"]
|
||||
, "sendClientsMessage" : ["padID", "msg"]
|
||||
, "listAllGroups" : []
|
||||
, "checkToken" : []
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue