diff options
Diffstat (limited to 'apps/accessibility/appinfo/routes.php')
-rw-r--r-- | apps/accessibility/appinfo/routes.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/accessibility/appinfo/routes.php b/apps/accessibility/appinfo/routes.php index da0bfdbd18f..02bf52eac7e 100644 --- a/apps/accessibility/appinfo/routes.php +++ b/apps/accessibility/appinfo/routes.php @@ -31,17 +31,17 @@ return [ 'ocs' => [ [ 'name' => 'Config#getConfig', - 'url' => '/api/v1/config', + 'url' => '/api/v1/config', 'verb' => 'GET', ], [ 'name' => 'Config#setConfig', - 'url' => '/api/v1/config/{key}', + 'url' => '/api/v1/config/{key}', 'verb' => 'PUT', ], [ 'name' => 'Config#deleteConfig', - 'url' => '/api/v1/config/{key}', + 'url' => '/api/v1/config/{key}', 'verb' => 'DELETE', ], ] |