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