Skip to content

Commit

Permalink
change user service url
Browse files Browse the repository at this point in the history
  • Loading branch information
12OneTwo12 committed Aug 20, 2024
1 parent 270028a commit 0108f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.fitmate.myfit.adapter.out.api.DateParseUtils
import org.springframework.util.StringUtils
import java.time.Instant

data class UserInfoResponse(
data class UserInfoResponseDto(
val userId: Int,
val nickname: String,
val state: Boolean,
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/slack-properties.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
token: null

0 comments on commit 0108f41

Please sign in to comment.