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 cfd973a..e81b5d8 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -22,13 +22,14 @@
* in every copy of the program you distribute.
* Pursuant to Section 7 ยง 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
*
-*/
+ */
return [
"routes" => [
["name" => "callback#download", "url" => "/download", "verb" => "GET"],
["name" => "callback#track", "url" => "/track", "verb" => "POST"],
["name" => "editor#index", "url" => "/{fileId}", "verb" => "GET"],
+ ["name" => "editor#config", "url" => "/ajax/config/{fileId}", "verb" => "GET"],
["name" => "editor#create", "url" => "/ajax/new", "verb" => "POST"],
["name" => "editor#convert", "url" => "/ajax/convert", "verb" => "POST"],
["name" => "settings#settings", "url" => "/ajax/settings", "verb" => "PUT"],