README.md에서 ApiResponseDto의 상수 정의 섹션 제거 및 응답 예시 섹션 정리.
This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@@ -57,16 +57,6 @@ public class ApiResponseDto<T> {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### 상수 정의
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
```java
 | 
					 | 
				
			||||||
public class ApiResponseDto<T> {
 | 
					 | 
				
			||||||
    private static final boolean SUCCESS = true;
 | 
					 | 
				
			||||||
    private static final boolean FAIL = false;
 | 
					 | 
				
			||||||
    // ... 필드들
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#### 응답 예시
 | 
					#### 응답 예시
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**성공 응답 (201 Created)**
 | 
					**성공 응답 (201 Created)**
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user