Compare commits

..

No commits in common. "4a15fc5ef4751be21debd16cd85a96d5ab0ad452" and "eb7bf3a5a5eabf15bdfb50fc55a951c85d76855c" have entirely different histories.

View File

@ -157,7 +157,6 @@ public class BoardService {
.queryParam("compCd", boardRequest.getCompCd())
.queryParam("loginId", boardRequest.getLoginId())
.queryParam("langCd", boardRequest.getLangCd())
.queryParam("siteTpCd", boardRequest.getSiteTpCd())
.build()
.toUriString();
} else {