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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2016-11-02 15:36:43 +0300
committerdaita <maxence@pontapreta.net>2016-11-02 15:36:43 +0300
commit1aaf15b88cc3f4e7ddce05f34e1979174f159158 (patch)
treecd62151275f9451e93c323e797b523728ae5fdb9 /appinfo
parent9ad1454fdf66576f9a1c605ff9f632574dfb9060 (diff)
search_sharelink
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index f03f0ee..004dfe6 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -59,6 +59,11 @@ return [
'name' => 'search#getSuggestions',
'url' => 'ajax/suggest.php',
'verb' => 'POST'
+ ],
+ [
+ 'name' => 'search#searchRequestShareLink',
+ 'url' => 'ajax/search_sharelink.php',
+ 'verb' => 'POST'
]
]
];