테스트
This commit is contained in:
@@ -26,7 +26,7 @@ import java.util.Set;
|
|||||||
@RequestMapping("/careers/recruitment")
|
@RequestMapping("/careers/recruitment")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
public class CareersController {
|
public class CareersController {
|
||||||
//테스트1
|
//테스트123
|
||||||
private static final long MAX_FILE_SIZE = 10 * 1024 * 1024L;
|
private static final long MAX_FILE_SIZE = 10 * 1024 * 1024L;
|
||||||
private static final Set<String> ALLOWED_EXT = Set.of(
|
private static final Set<String> ALLOWED_EXT = Set.of(
|
||||||
"pdf", "doc", "docx", "hwp", "hwpx", "ppt", "pptx", "txt", "zip"
|
"pdf", "doc", "docx", "hwp", "hwpx", "ppt", "pptx", "txt", "zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user