현재진행프로젝트 개인정보처리방침 추가 작업

This commit is contained in:
2026-04-23 14:58:44 +09:00
parent 66c1853d9d
commit b1bcabaf6c
6 changed files with 1264 additions and 129 deletions

View File

@@ -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에서 처리)
}