Skip to content

Commit

Permalink
Merge pull request #79 from 9oormDari/fix/user-info-response
Browse files Browse the repository at this point in the history
fix: ์œ ์ € ์—…๋ฐ์ดํŠธ response ์ˆ˜์ •
  • Loading branch information
T-ferret authored Sep 28, 2024
2 parents e05362d + 36ac5c8 commit 1440f84
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
package com.goormdari.domain.user.dto.request;

import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
import org.springframework.web.multipart.MultipartFile;

@Getter
@Setter
@Builder
public class UpdateUserRequest {
private String nickname;
private String username;
Expand Down

0 comments on commit 1440f84

Please sign in to comment.