-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* refactor: 프로필 응답 수정 * refactor: message 내용 수정 * test: 테스트 수정 * chore: ddl-auto 변경 * chore: ddl-auto 변경
- Loading branch information
Showing
6 changed files
with
12 additions
and
14 deletions.
There are no files selected for viewing
Submodule config
updated
from adc9aa to 14d02b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
core/src/main/kotlin/com/wespot/user/dto/request/UpdateProfileRequest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package com.wespot.user.dto.request | ||
|
||
import com.wespot.auth.dto.request.ProfileRequest | ||
|
||
data class UpdateProfileRequest( | ||
val introduction: String?, | ||
val profile: ProfileRequest? | ||
val backgroundColor: String?, | ||
val iconUrl: String?, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters