Compare commits
2 Commits
352a28b87f
...
7ed91ccab9
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ed91ccab9 | |||
| a7c13b985d |
@@ -168,11 +168,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());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user