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')
-rw-r--r--appinfo/routes.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 0a72d6d..78064a3 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -66,6 +66,12 @@ return [
'verb' => 'POST'
],
[
+ 'name' => 'search#searchOptions',
+ 'url' => 'ajax/search_options.php',
+ 'verb' => 'POST'
+ ],
+
+ [
'name' => 'search#searchRequestPublic',
'url' => 'ajax/search_public.php',
'verb' => 'POST'