There was an error while loading. Please reload this page.
1 parent 57dc5cd commit 7b0f87bCopy full SHA for 7b0f87b
1 file changed
src/main/java/com/hongik/devtalk/controller/seminar/SeminarApplicantController.java
@@ -11,10 +11,9 @@
11
import io.swagger.v3.oas.annotations.responses.ApiResponses;
12
import io.swagger.v3.oas.annotations.tags.Tag;
13
import lombok.RequiredArgsConstructor;
14
-import org.springframework.web.bind.annotation.PostMapping;
15
-import org.springframework.web.bind.annotation.RequestBody;
16
-import org.springframework.web.bind.annotation.RequestMapping;
17
-import org.springframework.web.bind.annotation.RestController;
+
+import org.springframework.http.MediaType;
+import org.springframework.web.bind.annotation.*;
18
19
@RestController
20
@RequiredArgsConstructor
0 commit comments