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:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2020-12-09 17:04:16 +0300
committerGitHub <noreply@github.com>2020-12-09 17:04:16 +0300
commit742b55ffb90caaa9d3718a41e6cb7a6baea5d175 (patch)
tree6b5f3f00d6c47b46fba867b387c5b3bddb10119e /appinfo/routes.php
parent7bdd9a68de1104292a9b9d4e2d868f4c508224c6 (diff)
parent17cb7606aef6ebbe9c9257c2468ba269a3a28898 (diff)
Merge pull request #414 from ONLYOFFICE/developv6.2.0
Release/6.2.0
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