오타 수정

main
유지인 2025-11-19 18:01:12 +09:00
parent 927058d733
commit 536043d387
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ public class DrillingHomeController {
int pwsearchIndex = url.indexOf("pwsearch"); int pwsearchIndex = url.indexOf("pwsearch");
if( joinsearchIndex == -1 && joinIndex == -1 && pwsearchIndex == -1) { if( joinsearchIndex == -1 && joinIndex == -1 && pwsearchIndex == -1) {
mv.addObject("msg", "로그인이 필요한 시버스입니다."); mv.addObject("msg", "로그인이 필요한 서비스입니다.");
} }
}else { }else {

View File

@ -211,7 +211,7 @@ public class MainController
int pwsearchIndex = url.indexOf("pwsearch"); int pwsearchIndex = url.indexOf("pwsearch");
if( joinsearchIndex == -1 && joinIndex == -1 && pwsearchIndex == -1) { if( joinsearchIndex == -1 && joinIndex == -1 && pwsearchIndex == -1) {
mv.addObject("msg", "로그인이 필요한 시버스입니다."); mv.addObject("msg", "로그인이 필요한 서비스입니다.");
} }
} else { } else {