diff --git a/backend/services/planting-service/src/infrastructure/external/identity-service.client.ts b/backend/services/planting-service/src/infrastructure/external/identity-service.client.ts index 7a5f0992..a60deb3d 100644 --- a/backend/services/planting-service/src/infrastructure/external/identity-service.client.ts +++ b/backend/services/planting-service/src/infrastructure/external/identity-service.client.ts @@ -154,7 +154,7 @@ export class IdentityServiceClient { async () => { const response = await firstValueFrom( this.httpService.get( - `${this.baseUrl}/internal/users/${accountSequence}/detail`, + `${this.baseUrl}/api/v1/internal/users/${accountSequence}/detail`, ), ); return response.data;