From 00c2e5c80ee4b6c5e5234e5b6a333bb19edd9b76 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 24 May 2015 20:28:54 -0400 Subject: Add file procedures to the API --- jsonrpc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'jsonrpc.php') diff --git a/jsonrpc.php b/jsonrpc.php index b6ec8291..c3de1fc5 100644 --- a/jsonrpc.php +++ b/jsonrpc.php @@ -9,6 +9,7 @@ $server->attach(new Api\App($container)); $server->attach(new Api\Board($container)); $server->attach(new Api\Category($container)); $server->attach(new Api\Comment($container)); +$server->attach(new Api\File($container)); $server->attach(new Api\Link($container)); $server->attach(new Api\Project($container)); $server->attach(new Api\ProjectPermission($container)); -- cgit v1.2.3