Update src/node/handler/APIHandler.js

Added the checkToken function to the function array.
pull/1272/head
Stephan Jauernick 2012-12-06 21:06:09 +01:00 committed by Stephan Jauernick
parent 8686da87e8
commit 2163c8be5c
1 changed files with 2 additions and 0 deletions

View File

@ -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" : []
}
};