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

github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2021-07-02 13:40:11 +0300
committerJulien Veyssier <eneiluj@posteo.net>2021-07-06 13:43:31 +0300
commit59f5f2ac2b6073d4bf0c2775fbb74289885758e5 (patch)
treea5d40be13f86a16a639f4e019d70d40f7a39ca44 /appinfo
parent081e51b350f5c47a0da0f519cb9bb949641ef936 (diff)
contact placement progressive contact search instead of getting all contacts
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
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 15a7498c..e56dd8ca 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -29,7 +29,7 @@ return [
// contacts
['name' => 'contacts#getContacts', 'url' => '/contacts', 'verb' => 'GET'],
- ['name' => 'contacts#getAllContacts', 'url' => '/contacts-all', 'verb' => 'GET'],
+ ['name' => 'contacts#searchContacts', 'url' => '/contacts-search', 'verb' => 'GET'],
['name' => 'contacts#placeContact', 'url' => '/contacts/{bookid}/{uri}', 'verb' => 'PUT'],
['name' => 'contacts#deleteContactAddress', 'url' => '/contacts/{bookid}/{uri}', 'verb' => 'DELETE'],
['name' => 'contacts#getContactLetterAvatar', 'url' => '/contacts-avatar', 'verb' => 'GET'],