From 7206d195c1d7b350babaa2d9db89b77fe2c1b894 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Fri, 3 Aug 2018 10:53:28 +0200 Subject: use a OCSController for the external API Signed-off-by: Bjoern Schiessle --- appinfo/app.php | 1 - 1 file changed, 1 deletion(-) (limited to 'appinfo/app.php') diff --git a/appinfo/app.php b/appinfo/app.php index 28c96df..f017f9f 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -22,7 +22,6 @@ namespace OCA\Survey_Server\AppInfo; $app = new Application(); -$app->registerOCSApi(); $container = $app->getContainer(); $container->query('OCP\INavigationManager')->add(function () use ($container) { -- cgit v1.2.3