From 310d74facdf68ef50c645ff0e079e66d583ca992 Mon Sep 17 00:00:00 2001 From: sahyunjin Date: Wed, 12 Jun 2024 04:00:21 +0900 Subject: [PATCH] =?UTF-8?q?[#39]=20Docs:=20DTO=20=EB=A6=AC=ED=8C=A9?= =?UTF-8?q?=ED=86=A0=EB=A7=81=20=EC=82=AC=ED=95=AD=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4194162..dcd1556 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,9 @@ -
 Swagger API 명세서
- #### To Do List + - - [x] DTO inner class 리팩토링 + - - [ ] URI Security 접근제한 적용 - - [ ] Demo 사진 및 영상 첨부 - - - [ ] DTO inner class 리팩토링
@@ -308,9 +309,12 @@ ex) [#32] Feat: 소셜 로그인 및 회원가입 기능 │   │   │   │   └── mapping │   │   │   │   └── UserRoom.java │   │   │   ├── dto - - !!! DTO 리팩토링 예정 !!! - +│   │   │   │   ├── AuthDto.java +│   │   │   │   ├── ChatDto.java +│   │   │   │   ├── ProblemDto.java +│   │   │   │   ├── RoomDto.java +│   │   │   │   ├── UserDto.java +│   │   │   │   └── UserRoomDto.java │   │   │   ├── repository │   │   │   │   ├── ChatRepository.java │   │   │   │   ├── ProblemRepository.java