Merge branch 'features/ui-improvements' into jenkins_with_weblogic
This commit is contained in:
@@ -594,6 +594,7 @@ public class ApiInterfaceService extends OnlBaseService {
|
||||
|
||||
// 25.11.25 HS04 APIFULLPATH 추가.
|
||||
List<AdapterUI> adapters = adapterGroup.getAdapters();
|
||||
String inboundHttpMethod = vo.getInboundHttpMethod().toUpperCase();
|
||||
|
||||
for (AdapterUI adapter : adapters) {
|
||||
|
||||
@@ -606,7 +607,7 @@ public class ApiInterfaceService extends OnlBaseService {
|
||||
for (AdapterPropUI prop : props) {
|
||||
if("API_PATH".equals(prop.getPrptyname())) {
|
||||
|
||||
String fullPath = prop.getPrpty2val() + "/" + vo.getInboundRestPath();
|
||||
String fullPath = inboundHttpMethod + "|" + prop.getPrpty2val() + "/" + vo.getInboundRestPath();
|
||||
vo.setApiFullPath(fullPath);
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user