|
@@ -10,8 +10,8 @@ declare(strict_types=1);
|
|
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
|
|
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
|
|
*/
|
|
*/
|
|
return [
|
|
return [
|
|
- 'jsonrpc-http' => [
|
|
|
|
- \App\Middleware\RpcLoggerMiddleware::class,
|
|
|
|
- ],
|
|
|
|
|
|
+ // 'jsonrpc-http' => [
|
|
|
|
+ // \App\Middleware\RpcLoggerMiddleware::class,
|
|
|
|
+ // ],
|
|
|
|
|
|
];
|
|
];
|