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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-02-19 17:13:40 +0300
committerbrantje <brantje@gmail.com>2017-02-22 20:02:55 +0300
commit514cb569fba1ee7333f49d8adc4b7be6b52497b4 (patch)
tree6ba17ac4c2393d4d0ef50bcfefa6816427dbb18a /appinfo
parentca4f6dfeaf033a9161294ccf6999b96decf69bcd (diff)
Add feature to move vaults to other account
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 79afa309..2886d210 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -84,5 +84,9 @@ return [
['name' => 'internal#read', 'url' => '/api/internal/notifications/read/{credential_id}', 'verb' => 'DELETE'],
['name' => 'internal#getAppVersion', 'url' => '/api/internal/version', 'verb' => 'GET'],
['name' => 'internal#generatePerson', 'url' => '/api/internal/generate_person', 'verb' => 'GET'],
+
+ //Admin routes
+ ['name' => 'admin#searchUser', 'url' => '/admin/search', 'verb' => 'GET'],
+ ['name' => 'admin#moveCredentials', 'url' => '/admin/move', 'verb' => 'POST'],
]
]; \ No newline at end of file