diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-03-04 13:56:13 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-03-04 14:37:35 +0100 |
commit | e3a0a69c7375154b7205511e919363b709ca3831 (patch) | |
tree | 916ff010b45d25a122ef4878bc5b245178349dad /apps/updatenotification/appinfo/routes.php | |
parent | 8be6054e5ce8aeffd6e305317e57e2747f7909ea (diff) | |
download | nextcloud-server-e3a0a69c7375154b7205511e919363b709ca3831.tar.gz nextcloud-server-e3a0a69c7375154b7205511e919363b709ca3831.zip |
Add release channel selection back
Allows to select the release channels again and also shows the last check date
Diffstat (limited to 'apps/updatenotification/appinfo/routes.php')
-rw-r--r-- | apps/updatenotification/appinfo/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/updatenotification/appinfo/routes.php b/apps/updatenotification/appinfo/routes.php index 2cf43c89769..9021d381b1b 100644 --- a/apps/updatenotification/appinfo/routes.php +++ b/apps/updatenotification/appinfo/routes.php @@ -24,4 +24,5 @@ namespace OCA\UpdateNotification\AppInfo; $application = new Application(); $application->registerRoutes($this, ['routes' => [ ['name' => 'Admin#createCredentials', 'url' => '/credentials', 'verb' => 'GET'], + ['name' => 'Admin#setChannel', 'url' => '/channel', 'verb' => 'POST'], ]]); |