-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BE] 10.03 뉴스 조회 API 구현 #181 #203
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
}; | ||
const url = 'https://openapi.naver.com/v1/search/news.json'; | ||
|
||
console.log(params); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟢 console.log 남아 있는거 같습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
하 ㅋㅋㅋㅋㅋ 진짜 감사합니다. 콘솔이 분명 찍힐텐데 왜 눈치 못챘을까요 ..ㅎㅎ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!!
BE/src/news/news.module.ts
Outdated
@Module({ | ||
controllers: [NewsController], | ||
providers: [NewsService, NaverApiDomianService, NewsRepository], | ||
imports: [TypeOrmModule.forFeature([News])], | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟢 사소한건데 이 부분 순서도 통일하는게 예뻐 보일 것 같아용 제 기억에 아마도 다 imports, controllers, providers 순으로 되어있던 것 같습니당
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
확인했습니당 ㅎㅎㅎㅎ! 위에 콘솔 지우면서 같이 바꿀게요!!
✅ 주요 작업
💭 고민과 해결과정
precision
옵션으로 밀리초를 없애려고 하면 에러가 떠서 아직 지우지 못했다.