chore: CareersController 주석 추가

This commit is contained in:
2026-04-21 10:52:24 +09:00
parent 22204a48a1
commit 406fd658db

View File

@@ -26,7 +26,7 @@ import java.util.Set;
@RequestMapping("/careers/recruitment")
@RequiredArgsConstructor
public class CareersController {
//테스트1
private static final long MAX_FILE_SIZE = 10 * 1024 * 1024L;
private static final Set<String> ALLOWED_EXT = Set.of(
"pdf", "doc", "docx", "hwp", "hwpx", "ppt", "pptx", "txt", "zip"