From 355175c0ac5f88e8b4edba993b592fef16971f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 27 Feb 2019 19:42:29 +0100 Subject: Check via discovery if collabora server is available before opening the document MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- appinfo/routes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'appinfo') diff --git a/appinfo/routes.php b/appinfo/routes.php index b4fb1e68..428ac1ec 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -46,6 +46,7 @@ return [ ['name' => 'settings#setPersonalSettings', 'url' => 'ajax/personal.php', 'verb' => 'POST'], ['name' => 'settings#setSettings', 'url' => 'ajax/admin.php', 'verb' => 'POST'], ['name' => 'settings#getSettings', 'url' => 'ajax/settings.php', 'verb' => 'GET'], + ['name' => 'settings#checkSettings', 'url' => 'settings/check', 'verb' => 'GET'], //Mobile access ['name' => 'directView#show', 'url' => '/direct/{token}', 'verb' => 'GET'], -- cgit v1.2.3