Skip to content

Commit

Permalink
fix: RestController로 변경 (#113)
Browse files Browse the repository at this point in the history
이거 누락됐었네 아,,
  • Loading branch information
ja7811 authored Aug 30, 2024
1 parent 1eb381d commit 69a83c1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;

import java.util.List;

@Tag(name = "보이스 API", description = "보이스 관련 API입니다")
@Controller
@RestController
@RequiredArgsConstructor
public class VoiceExampleController {
private final VoiceExampleService voiceExampleService;
Expand Down

0 comments on commit 69a83c1

Please sign in to comment.