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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2021-10-20 13:18:17 +0300
committerJulien Veyssier <eneiluj@posteo.net>2022-01-03 12:27:34 +0300
commitb7234c04010dc4a487ce5218409acdc47e61e44f (patch)
tree6ca722d043c9208981038f9024d5c4559fc12cef /appinfo
parent477573d97a46852191d6fc1cd8ab32eb58dc653d (diff)
insert link working
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 9e32d3248..75d7bf23d 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -27,6 +27,8 @@ namespace OCA\Text\AppInfo;
return [
'routes' => [
+ ['name' => 'Image#downloadImageLink', 'url' => '/image/link', 'verb' => 'POST'],
+
['name' => 'Session#create', 'url' => '/session/create', 'verb' => 'PUT'],
['name' => 'Session#fetch', 'url' => '/session/fetch', 'verb' => 'POST'],
['name' => 'Session#sync', 'url' => '/session/sync', 'verb' => 'POST'],