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-18 20:00:14 +0300
committerdaita <maxence@pontapreta.net>2016-11-18 20:00:14 +0300
commit20d7754378d38ef10f1f7d84bb359e0fbcd478ed (patch)
treec8912e86e2219db73b8281e44849227f3529e2e6 /appinfo
parentbddeafd02966af281d8ecd8c859c01fb3fcd0091 (diff)
rename sharelink
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 084629e..2a60be0 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -67,7 +67,7 @@ return [
],
[
'name' => 'search#searchRequestShareLink',
- 'url' => 'ajax/search_sharelink.php',
+ 'url' => 'ajax/search_public.php',
'verb' => 'POST'
],
[