Skip to content

Commit d537035

Browse files
committed
fix(backend): 修复cc请求问题 #11267
# Reviewed, transaction id: 47684
1 parent 0971c09 commit d537035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbm-ui/backend/components/cc/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def __init__(self):
190190
description=_("更新实例进程"),
191191
)
192192
self.find_module_with_relation = self.generate_data_api(
193-
method="PUT",
193+
method="POST",
194194
url="/findmany/module/with_relation/biz/{bk_biz_id}",
195195
description=_("根据条件查询业务下的模块"),
196196
)

0 commit comments

Comments
 (0)