From 9e2bb5ef36b686ec619a069c65712f2d57c3a1cc Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 26 Sep 2019 20:12:24 +0200 Subject: Move oauth admin settings to initialstate Signed-off-by: Roeland Jago Douma Signed-off-by: npmbuildbot[bot] --- apps/oauth2/appinfo/routes.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/oauth2/appinfo/routes.php') 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 @@ -26,11 +26,6 @@ return [ 'url' => '/clients', 'verb' => 'POST', ], - [ - 'name' => 'Settings#getClients', - 'url' => '/clients', - 'verb' => 'GET', - ], [ 'name' => 'Settings#deleteClient', 'url' => '/clients/{id}', -- cgit v1.2.3