Skip to content

Commit

Permalink
[merge] presigned Url request 수정
Browse files Browse the repository at this point in the history
[fix] presigned Url request 수정
  • Loading branch information
bo-ram-bo-ram authored Sep 4, 2024
2 parents 2725cb9 + 4c8a88e commit aba7758
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.pickple.server.global.response.enums.SuccessCode;
import java.util.List;
import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
Expand All @@ -18,7 +18,7 @@
public class S3Controller implements S3ControllerDocs {
private final S3Service s3Service;

@GetMapping("/v2/image/upload")
@PostMapping("/v2/image/upload")
@Override
public ApiResponseDto<List<PreSignedUrlResponse>> getPreSignedUrl(
@RequestBody PreSignedUrlClientRequest request
Expand Down

0 comments on commit aba7758

Please sign in to comment.