From da75f26aeb67610556d13b13cedbfedb267036e8 Mon Sep 17 00:00:00 2001 From: Stephan Jauernick Date: Thu, 6 Dec 2012 21:06:09 +0100 Subject: [PATCH] Update src/node/handler/APIHandler.js Added the checkToken function to the function array. --- src/node/handler/APIHandler.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/node/handler/APIHandler.js b/src/node/handler/APIHandler.js index f99762cea..198ec97b3 100644 --- a/src/node/handler/APIHandler.js +++ b/src/node/handler/APIHandler.js @@ -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" : [] } };