Skip to content

Commit dc817b3

Browse files
committed
Docs(#60): Image Remove Flowchart 작성
1 parent 535aa56 commit dc817b3

File tree

1 file changed

+10
-1
lines changed
  • application/wypl-image/src/main/java/com/wypl/wyplimage/controller

1 file changed

+10
-1
lines changed

application/wypl-image/src/main/java/com/wypl/wyplimage/controller/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@ flowchart TD
2424
Remove --> Success
2525
```
2626

27-
## Delete Image Request
27+
## Delete Image Request
28+
29+
```mermaid
30+
flowchart TD
31+
Request("DELETE /file/v1/images - 이미지 삭제 요청")
32+
Service("ImageService.removeImages() - 이미지 삭제")
33+
Remove("AwsS3StorageService.filesRemove() - 파일 삭제")
34+
Success("200 - 삭제 성공")
35+
Request --> Service --> Remove --> Success
36+
```

0 commit comments

Comments
 (0)