From 4c510e5c5787d27ac1c5a88a9bcf5e4f68d84562 Mon Sep 17 00:00:00 2001 From: daekuk Date: Thu, 11 Dec 2025 17:31:35 +0900 Subject: [PATCH] =?UTF-8?q?git=20=EB=B3=91=ED=95=A9=EC=8B=9C=20=EC=B6=A9?= =?UTF-8?q?=EB=8F=8C=20=ED=95=B4=EA=B2=B0?= 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 933edb2..585bd45 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); @@ -1644,7 +1644,7 @@