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-07 16:48:39 +0300
committerdaita <maxence@pontapreta.net>2016-11-07 16:48:39 +0300
commitc53fe710ff1c58571f011acb8992136094ee340f (patch)
tree7a3f724a03920608554d2875ebe93fa245a6bb82 /appinfo
parenta9e27a42d104473d85d386f002d590e6b36d3e76 (diff)
#59 pre-integration suggestion in sharelink
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 1c75b84..084629e 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -69,9 +69,15 @@ return [
'name' => 'search#searchRequestShareLink',
'url' => 'ajax/search_sharelink.php',
'verb' => 'POST'
+ ],
+ [
+ 'name' => 'search#getSuggestionsShareLink',
+ 'url' => 'ajax/suggest_sharelink.php',
+ 'verb' => 'POST'
]
]
-];
+]
+;
/*
* This route is now useless. It was used with navigate.js + SearchController