From 69f7fe4fdea0e9e00f73818bfe5fe7bdab40bd1b Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期五, 20 九月 2024 18:19:52 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/utils/dict.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 686e68a..5d9fac8 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -247,5 +247,6 @@ OPCUA_SECURITY_POLICY = 'opcua_security_policy', OPCUA_SECURITY_MODE = 'opcua_security_mode', OPCUA_CONNECTION_TYPE = 'opcua_connection_type', + HTTP_METHOD = 'http_method', } -- Gitblit v1.9.3