From 38f37adc1071eae5aafc08521a05a740b4674f69 Mon Sep 17 00:00:00 2001 From: "Yunsam.Eo" Date: Wed, 10 Dec 2025 20:21:05 +0900 Subject: [PATCH] =?UTF-8?q?API=EB=93=B1=EB=A1=9D=EC=8B=9C=20HTTP=20Inbound?= =?UTF-8?q?=20Adapter=20=ED=97=88=EC=9A=A9.=20=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/onl/transaction/apim/apiInterfaceManDetail.jsp | 10 +++++----- .../rms/onl/transaction/apim/ApiInterfaceService.java | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp b/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp index 62702a9..a87c12f 100644 --- a/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp +++ b/WebContent/jsp/onl/transaction/apim/apiInterfaceManDetail.jsp @@ -313,9 +313,9 @@ return name + '=' + value; }).join(';'); if(headerValues.length > 0){ - $("#headerRoutingButton").text('Headers ['+label+']'); + $("#headerRoutingButton").text('MessageKey ['+label+']'); }else{ - $("#headerRoutingButton").text('HTTP 헤더 라우팅 정보 없음'); + $("#headerRoutingButton").text('MessageKey 라우팅 정보 없음'); } } @@ -382,7 +382,7 @@ '' + '' + '
' + - '' + + '' + '
' + ''; $('#headerPairs').append(newPairHtml); @@ -1632,7 +1632,7 @@