REST API 연결 생성 시 회사별 연결명 중복 허용
This commit is contained in:
@@ -233,6 +233,7 @@ export class ExternalRestApiConnectionService {
|
||||
// 디버깅: 저장하려는 데이터 로깅
|
||||
logger.info(`REST API 연결 생성 요청 데이터:`, {
|
||||
connection_name: data.connection_name,
|
||||
company_code: data.company_code,
|
||||
default_method: data.default_method,
|
||||
endpoint_path: data.endpoint_path,
|
||||
base_url: data.base_url,
|
||||
|
||||
Reference in New Issue
Block a user