Skip to content

Commit 9038cce

Browse files
committed
Update readme.md : All done
1 parent 0616e7f commit 9038cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
- [x] 글 등록 : `[POST] /user/board/{userId}`
4141
- [x] 글 수정 : `[PATCH] /user/board/{userId}/{boardId}`
4242
- [x] 글 삭제 : `[DELETE] /user/board/{userId}/{boardId}`
43-
- [ ] 특정 글 조회 : `[GET] /board/{boardId}`
44-
- [ ] 글 조회 : `[GET] /board?page=number&size=number`
43+
- [x] 특정 글 조회 : `[GET] /board/{boardId}`
44+
- [x] 글 조회 : `[GET] /board?page=number&size=number`

0 commit comments

Comments
 (0)