Skip to content

Commit

Permalink
update sdk response
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jun 25, 2022
1 parent b034e82 commit 0a86f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Migrations/NewInstallation.php
Expand Up @@ -381,7 +381,7 @@ private static function getRoutes(): array
'DELETE' => new Method(Backend\Action\Scope\Delete::class, null, [200 => Message::class], null, 'backend.scope', 'fusio.scope.delete'),
],
'/sdk' => [
'GET' => new Method(Backend\Action\Sdk\GetAll::class, null, [200 => Model\Backend\Sdk_Types::class], null, 'backend.sdk'),
'GET' => new Method(Backend\Action\Sdk\GetAll::class, null, [200 => Model\Backend\Sdk_Response::class], null, 'backend.sdk'),
'POST' => new Method(Backend\Action\Sdk\Generate::class, Model\Backend\Sdk_Generate::class, [200 => Message::class], null, 'backend.sdk'),
],
'/statistic/count_requests' => [
Expand Down

0 comments on commit 0a86f88

Please sign in to comment.