From 64586f0ed4c656ed27324a8f470c270e0482f45d Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 15 Nov 2022 22:06:38 +0800 Subject: [PATCH] fix command api stopped working bug --- src/scripts/controllers/command.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scripts/controllers/command.js b/src/scripts/controllers/command.js index cdc3155d..bd06b35a 100644 --- a/src/scripts/controllers/command.js +++ b/src/scripts/controllers/command.js @@ -84,6 +84,7 @@ rpcInterface: rpcInterface, protocol: rpcProtocol, httpMethod: ariaNgDefaultOptions.httpMethod, + rpcRequestHeaders: '', secret: secret };