responsePath 셋팅 삭제

This commit is contained in:
2026-02-13 12:23:01 +09:00
parent bf8515163c
commit a7c13b985d

View File

@@ -169,11 +169,6 @@ public class ModelTrainMngCoreService {
if (req.getRequestPath() != null && !req.getRequestPath().isEmpty()) { if (req.getRequestPath() != null && !req.getRequestPath().isEmpty()) {
entity.setRequestPath(req.getRequestPath()); entity.setRequestPath(req.getRequestPath());
} }
// TODO 삭제예정
if (req.getResponsePath() != null && !req.getResponsePath().isEmpty()) {
entity.setRequestPath(req.getResponsePath());
}
} }
/** /**