feat/training_260202 #94

Merged
gina merged 3 commits from feat/training_260202 into develop 2026-02-13 12:25:27 +09:00
Showing only changes of commit a7c13b985d - Show all commits

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());
}
} }
/** /**