POST /api/posts에 한번 요청해 볼까요?
▲ 그림 21-16 POST 요청
잘 작동하고 있나요? 이 외에 다른 API도 입력하여 테스트해 보세요.
• PATCH: http://localhost:4000/api/posts/10
• PUT: http://localhost:4000/api/posts/10
• DELETE: http://localhost:4000/api/posts/10
POST /api/posts에 한번 요청해 볼까요?
▲ 그림 21-16 POST 요청
잘 작동하고 있나요? 이 외에 다른 API도 입력하여 테스트해 보세요.
• PATCH: http://localhost:4000/api/posts/10
• PUT: http://localhost:4000/api/posts/10
• DELETE: http://localhost:4000/api/posts/10