현재진행프로젝트 개인정보처리방침 추가 작업
This commit is contained in:
@@ -90,7 +90,14 @@ public class HomeController {
|
||||
@GetMapping("/careers/careers")
|
||||
public String sub0303() { return "sub03_03"; }
|
||||
|
||||
@GetMapping("/etc/projectIng")
|
||||
public String projectIng() { return "project";}
|
||||
|
||||
@GetMapping("/etc/infoProtection")
|
||||
public String infoProtection() { return "infoProtection";}
|
||||
|
||||
// /careers/recruitment 는 CareersController에서 처리
|
||||
// 게시판 (/bbs/owrainfo 는 BbsController에서, /bbs/partnership 은 PartnershipController에서, /bbs/press 는 BbsController에서 처리)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user