Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-10-16 11:33:39 +0300
committerJulius Härtl <jus@bitgrid.net>2019-12-02 14:28:30 +0300
commitbaa11f406390cca2a890c16bf1cf0b404b2fc700 (patch)
tree4e3d7eb0b39fb23650f89c56e93432041527e272 /appinfo/routes.php
parent2dee8b69ce453e7bc0ebcec28cf375f7742d75d8 (diff)
Start with direct editing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 12c8330a1..903fdb95b 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -37,6 +37,7 @@ return [
['name' => 'PublicSession#fetch', 'url' => '/public/session/fetch', 'verb' => 'GET'],
['name' => 'PublicSession#sync', 'url' => '/public/session/sync', 'verb' => 'POST'],
['name' => 'PublicSession#push', 'url' => '/public/session/push', 'verb' => 'POST'],
+
['name' => 'PublicSession#close', 'url' => '/public/session/close', 'verb' => 'GET'],
],
'ocs' => [