Skip to content

Commit 7b0f87b

Browse files
committed
SeminarApplicantController.java 업데이트
1 parent 57dc5cd commit 7b0f87b

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/main/java/com/hongik/devtalk/controller/seminar/SeminarApplicantController.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
import io.swagger.v3.oas.annotations.responses.ApiResponses;
1212
import io.swagger.v3.oas.annotations.tags.Tag;
1313
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;
14+
15+
import org.springframework.http.MediaType;
16+
import org.springframework.web.bind.annotation.*;
1817

1918
@RestController
2019
@RequiredArgsConstructor

0 commit comments

Comments
 (0)