Skip to content
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

P.105 @PutMapping("/api/v1/posts") #6

Closed
shbaek opened this issue Dec 5, 2019 · 4 comments
Closed

P.105 @PutMapping("/api/v1/posts") #6

shbaek opened this issue Dec 5, 2019 · 4 comments

Comments

@shbaek
Copy link

shbaek commented Dec 5, 2019

페이지 144 게시글 등록 실습 하다보니 오타가 있는거 같습니다~

P.105 PostsApiController
@PutMapping("/api/v1/posts")
-> @PostMapping("/api/v1/posts")

@jojoldu
Copy link
Owner

jojoldu commented Dec 5, 2019

@shbaek 헉 제보 감사합니다
save 메소드의 Mapping은 @PostMapping("/api/v1/posts")이 맞습니다 ㅠ
정말 감사합니다 ㅠ

@MorrisHong
Copy link

오지랖인 거 같지만.. 이건 2쇄반영으로 가야되지않을까요.. PostMapping이 아니면 테스트코드가 통과를 못합니당.. (참고. #13 )

@jojoldu
Copy link
Owner

jojoldu commented Dec 5, 2019

@gracelove91 아고 ㅠㅠ 네 저도 2쇄가 맞다고 생각하는데 ㅠ
2쇄가 벌써 인쇄가 시작되었습니다 ㅠ
금주 수요일 (12/04) 부터 인쇄가 시작되어서 이미 지나버려서요 ㅠ
정말 죄송합니다 ㅠ

@jojoldu jojoldu closed this as completed Jan 5, 2020
@dkaskgkdua
Copy link

덕분에 해결했습니다 ㅠ
한참 찾았네요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants