const response = await firstValueFrom(this.httpService.get(`${this.configService.get('디렉토리이름.url')}/디렉토리이름/경로1/경로2`));
const responseData = response.data;
return responseData;
이런 식으로 호출한 API의 데이터를 찍어볼 수 있다.
'Backend > NestJS' 카테고리의 다른 글
2023-11-30과 같이 컬럼 내에서 Date가 나오게 하려면 (0) | 2023.11.30 |
---|---|
timestamp 값이 내려가지 않았던 문제 수정 (0) | 2023.11.07 |
If BenefitTxHistoryRepository is a provider, is it part of the current AdminApiModule? (0) | 2023.10.26 |
param.ts 파일이나 dto에서 다른 파일에서 쓰여진 Enum 끌고오기 (0) | 2023.10.17 |
must be a number conforming to the specified constraints (0) | 2023.10.17 |