summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/appinfo/routes.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-09-26 20:12:24 +0200
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-09-28 13:30:34 +0000
commit9e2bb5ef36b686ec619a069c65712f2d57c3a1cc (patch)
treeb912fa5df8344f0bdad80530502a1a42b9b7704b /apps/oauth2/appinfo/routes.php
parent17cdcfe4a819708ac7f344d7aca2220a63c40310 (diff)
downloadnextcloud-server-9e2bb5ef36b686ec619a069c65712f2d57c3a1cc.tar.gz
nextcloud-server-9e2bb5ef36b686ec619a069c65712f2d57c3a1cc.zip
Move oauth admin settings to initialstate
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'apps/oauth2/appinfo/routes.php')
-rw-r--r--apps/oauth2/appinfo/routes.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/oauth2/appinfo/routes.php b/apps/oauth2/appinfo/routes.php
index c9ff6c97828..10eb34d0145 100644
--- a/apps/oauth2/appinfo/routes.php
+++ b/apps/oauth2/appinfo/routes.php
@@ -27,11 +27,6 @@ return [
'verb' => 'POST',
],
[
- 'name' => 'Settings#getClients',
- 'url' => '/clients',
- 'verb' => 'GET',
- ],
- [
'name' => 'Settings#deleteClient',
'url' => '/clients/{id}',
'verb' => 'DELETE'