We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfe67a commit 9c53ffdCopy full SHA for 9c53ffd
src/main/java/eatda/service/image/PresignedUrlService.java
@@ -22,7 +22,7 @@ public class PresignedUrlService {
22
private static final Duration PRESIGNED_URL_DURATION = Duration.ofMinutes(10);
23
private static final long MAX_FILE_SIZE = 1024 * 1024 * 10;
24
private static final String EXTENSION_DELIMITER = ".";
25
- private static final String FILE_PATH = "/temp/";
+ private static final String FILE_PATH = "temp/";
26
27
private final FileClient fileClient;
28
0 commit comments