Skip to content

Commit

Permalink
release: 0.8.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Dec 2, 2024
2 parents ce2c618 + 1234e48 commit c48607d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class RestIdentityApi(

override fun getUserById(userId: Long): IdentityApi.UserResponse {
return restClient.get()
.uri("/users/$userId")
.uri("/internals/users/$userId")
.header(INTERNAL_SECRET_KEY, internalSecret)
.exchange { _, response ->
runCatching {
Expand Down

0 comments on commit c48607d

Please sign in to comment.