Skip to content

Commit

Permalink
[fix] #91 multipart 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kmjenny committed Jun 7, 2024
1 parent e24aad9 commit 602d37e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class AnswerService {
private final FcmService fcmService;
private final S3Service s3Service;

private static String ANSWER_S3_UPLOAD_FOLDER = "/answer";
private static String ANSWER_S3_UPLOAD_FOLDER = "/answer/";

@Transactional
public Answer create(
Expand Down

0 comments on commit 602d37e

Please sign in to comment.