We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2f5b4 commit 81fb524Copy full SHA for 81fb524
src/main/java/com/oronaminc/join/document/api/DocumentController.java
@@ -7,12 +7,14 @@
7
import com.oronaminc.join.member.security.MemberDetails;
8
import io.swagger.v3.oas.annotations.Operation;
9
import io.swagger.v3.oas.annotations.responses.ApiResponse;
10
+import io.swagger.v3.oas.annotations.tags.Tag;
11
import jakarta.validation.Valid;
12
import lombok.RequiredArgsConstructor;
13
import org.springframework.http.HttpStatus;
14
import org.springframework.security.core.annotation.AuthenticationPrincipal;
15
import org.springframework.web.bind.annotation.*;
16
17
+@Tag(name = "발표자료")
18
@RestController
19
@RequiredArgsConstructor
20
@RequestMapping("/api/documents")
0 commit comments