[민지영] sprint6&7#14
Merged
rjc1704 merged 3 commits intocodeit-sprint-fullstack:express-민지영from Jan 28, 2025
Hidden character warning
The head ref may contain hidden characters: "express-\ubbfc\uc9c0\uc601-mission07"
Merged
Conversation
article, comment, likes, product, user
add article service
rjc1704
reviewed
Jan 28, 2025
| app.use(cookieParser()); | ||
| app.use( | ||
| cors({ | ||
| origin: "http://localhost:5173", |
There was a problem hiding this comment.
배포 시 cors 허용을 로컬서버 5173포트에서만 허용하는 것은 적절해보이지 않습니다. 개발 중에는 app.use(cors()) 로 해서 모든 오리진에서 오는 요청을 오픈해놓고 api 서버 운영하셔도 좋고, 배포 후에는 리액트로 배포한 도메인을 origin 에 등록하는 방향으로 보안을 강화하는 방향으로 가는 것을 권장 드립니다.
|
스프린트6,7을 모두 작성하셨군요. 고생하셨습니다. 이번에는 스프린트 6 기준으로 검토해서 코멘트 해드리도록 하고, 추후에 스프린트7 제출기간에 필요한 부분 보충해서 다시 제출하시면 그 때 스프린트7 기준으로 추가로 리뷰해드리도록 하겠습니다.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요구사항
기본
심화
주요 변경사항
스크린샷
멘토에게