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.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 42066e7..f4809fa 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -22,10 +22,13 @@ return [
["name" => "callback#download", "url" => "/download", "verb" => "GET"],
["name" => "callback#emptyfile", "url" => "/empty", "verb" => "GET"],
["name" => "callback#track", "url" => "/track", "verb" => "POST"],
- ["name" => "editor#loader", "url" => "/loader", "verb" => "GET"],
+ ["name" => "template#preview", "url" => "/preview", "verb" => "GET"],
["name" => "editor#create_new", "url" => "/new", "verb" => "GET"],
+ ["name" => "editor#download", "url" => "/downloadas", "verb" => "GET"],
["name" => "editor#index", "url" => "/{fileId}", "verb" => "GET"],
["name" => "editor#public_page", "url" => "/s/{shareToken}", "verb" => "GET"],
+ ["name" => "editor#users", "url" => "/ajax/users", "verb" => "GET"],
+ ["name" => "editor#mention", "url" => "/ajax/mention", "verb" => "POST"],
["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"],