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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Sack <mail@jakobsack.de>2017-08-25 18:10:01 +0300
committerJakob Sack <mail@jakobsack.de>2017-10-28 16:01:44 +0300
commitb68d8adc0faa5165a47714684a7fe26bccf01622 (patch)
treec6e8c50974473b3cf52fde13f51727145de12aae /appinfo/routes.php
parent9596a1f8c9e8db785eee2f7aa309a0a8ac58e181 (diff)
Add new controller for avatar fetching
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 54750fd41..3cf0c76a3 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -75,6 +75,11 @@ $app->registerRoutes($this,
'verb' => 'POST'
],
[
+ 'name' => 'avatars#show',
+ 'url' => '/avatars',
+ 'verb' => 'GET'
+ ],
+ [
'name' => 'proxy#redirect',
'url' => '/redirect',
'verb' => 'GET'