Skip to content

Commit

Permalink
move health check bakc
Browse files Browse the repository at this point in the history
  • Loading branch information
scglwsj committed Oct 3, 2024
1 parent 1b46b7c commit ae344c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@Slf4j
@RestController
@RequestMapping("/v1/health")
@RequestMapping("/v1/quizzes/health")
public class HealthController {
@GetMapping
public Map<String, String> health() {
Expand Down

0 comments on commit ae344c5

Please sign in to comment.