diff --git a/src/main/kotlin/org/gitanimals/auction/infra/RestIdentityApi.kt b/src/main/kotlin/org/gitanimals/auction/infra/RestIdentityApi.kt index e67a873..ac66a22 100644 --- a/src/main/kotlin/org/gitanimals/auction/infra/RestIdentityApi.kt +++ b/src/main/kotlin/org/gitanimals/auction/infra/RestIdentityApi.kt @@ -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 {