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

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 1a71352..f5ab6ec 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -38,6 +38,7 @@ return [
["name" => "settings#get_settings", "url" => "/ajax/settings", "verb" => "GET"],
],
"ocs" => [
- ["name" => "federation#key", "url" => "/api/v1/key", "verb" => "POST"]
+ ["name" => "federation#key", "url" => "/api/v1/key", "verb" => "POST"],
+ ["name" => "federation#keylock", "url" => "/api/v1/keylock", "verb" => "POST"]
]
]; \ No newline at end of file