Skip to content

Commit 7f44de4

Browse files
Fixed typo in apiKeysRemoveKey command.
Closes zend-patterns/ZendServerSDK#100
1 parent 202a94e commit 7f44de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/api/version-1.03.config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@
105105
),
106106
'apiKeysRemoveKey' => array (
107107
'options' => array (
108-
'controller' => 'webapi-api-controller',
109108
'route' => 'apiKeysRemoveKey --ids=',
110109
'defaults' => array (
110+
'controller' => 'webapi-api-controller',
111111
'action' => 'apiKeysRemoveKey',
112112
'apiMethod' => 'post'
113113
),

0 commit comments

Comments
 (0)