Skip to content

Commit

Permalink
[fix] API 스펙 다르던 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
JeonHaeseung committed May 25, 2024
1 parent 2a2540e commit 70e7aca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package Ness.Backend.domain.profile.dto.request;

import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
import lombok.NoArgsConstructor;
Expand All @@ -11,5 +12,6 @@ public class PutProfileDto {
private String nickname;

@Schema(description = "업데이트할 사용자 프로필 키 경로", example = "untitle.png")
@JsonProperty("imageUrl")
private String key;
}

0 comments on commit 70e7aca

Please sign in to comment.