Skip to content

Commit 840cfb1

Browse files
authored
Update README.md
1 parent 246f641 commit 840cfb1

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
## **📌 백엔드 팀원별 구현 기능 상세**
4141

4242
### **탁우현**
43-
<details>
4443
<summary>이사요청</summary>
4544
</br>
4645

@@ -52,17 +51,17 @@
5251
- end-point : `POST /moving-request`
5352
- request-body :
5453

55-
```json
54+
```json
5655
{
5756
"service": "number", // 1, 2, 3
5857
"movingDate" : "date", //이사하는 날
5958
"pickupAddress" : "string", // 출발지
6059
"dropOffAddress" : "string", // 출발지
6160
}
62-
```
61+
```
6362

64-
- Response:
65-
- `201 Create`: 사용자 정보 전달
63+
- Response:
64+
- `201 Create`: 사용자 정보 전달
6665

6766
```json
6867
{
@@ -75,7 +74,7 @@
7574

7675
```
7776

78-
- `400 Bad Request`: 유효성 검사 실패
77+
- `400 Bad Request`: 유효성 검사 실패
7978

8079
```json
8180
{
@@ -443,7 +442,6 @@
443442
</details>
444443
</details>
445444

446-
<details>
447445
<summary>기사</summary>
448446
<br>
449447

@@ -689,8 +687,7 @@
689687
</details>
690688
</details>
691689

692-
<details>
693-
<summary>견적</summary>
690+
<summary>견적</summary>
694691
<br>
695692
<details>
696693
<summary>고객페이지 견적서 상세 조회</summary>
@@ -772,8 +769,7 @@
772769
</details>
773770
</details>
774771

775-
<details>
776-
<summary>확정 견적</summary>
772+
<summary>확정 견적</summary>
777773
<br>
778774
<details>
779775
<summary>고객페이지 견적서 확정하기</summary>

0 commit comments

Comments
 (0)