--- src/main/java/itn/let/mjo/msgcampain/web/MjonMsgCampainDataController.java
+++ src/main/java/itn/let/mjo/msgcampain/web/MjonMsgCampainDataController.java
... | ... | @@ -211,9 +211,9 @@ |
| 211 | 211 |
|
| 212 | 212 |
// 외부에서 선거발송 페이지로 들어오는걸 막음 |
| 213 | 213 |
// 20250102 이호영 |
| 214 |
- if (!"localhost".equals(hostName) && !"119.193.215.98".equals(hostName)) {
|
|
| 214 |
+ /*if (!"localhost".equals(hostName) && !"119.193.215.98".equals(hostName)) {
|
|
| 215 | 215 |
return "redirect:/web/mjon/msgdata/selectMsgDataView.do"; |
| 216 |
- } |
|
| 216 |
+ }*/ |
|
| 217 | 217 |
|
| 218 | 218 |
String categoryType = cateCode.getCateType(); |
| 219 | 219 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?