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:
Diffstat (limited to 'appinfo/routes.php')
-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