diff options
Diffstat (limited to 'apps/oauth2/appinfo/routes.php')
-rw-r--r-- | apps/oauth2/appinfo/routes.php | 5 |
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' |