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:
authorAntipkin-A <Artem.Antipkin@onlyoffice.com>2022-06-06 16:55:43 +0300
committerAntipkin-A <Artem.Antipkin@onlyoffice.com>2022-06-06 16:56:21 +0300
commit79ffd7e900709aa65283ce4e78189b0563679346 (patch)
tree288fd4a4a1f6cbc2500e8099f0d567af42f8a6df /appinfo
parentf520993f6ae1b8a7228f8ced2a0b5e7e41148e52 (diff)
save watermarks and macros to security settingsfeature/macros-security
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 958be88..b714c3d 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -38,7 +38,7 @@ return [
["name" => "editor#restore", "url" => "/ajax/restore", "verb" => "PUT"],
["name" => "settings#save_address", "url" => "/ajax/settings/address", "verb" => "PUT"],
["name" => "settings#save_common", "url" => "/ajax/settings/common", "verb" => "PUT"],
- ["name" => "settings#save_watermark", "url" => "/ajax/settings/watermark", "verb" => "PUT"],
+ ["name" => "settings#save_security", "url" => "/ajax/settings/security", "verb" => "PUT"],
["name" => "settings#get_settings", "url" => "/ajax/settings", "verb" => "GET"],
["name" => "settings#clear_history", "url" => "/ajax/settings/history", "verb" => "DELETE"],
["name" => "template#add_template", "url" => "/ajax/template", "verb" => "POST"],