Skip to content

Commit

Permalink
♻️refactor: /health 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
xxoznge committed Jun 9, 2024
1 parent 3e4f1e2 commit 9c22c54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
@RequiredArgsConstructor
@RestController
public class HealthController {
@GetMapping("/health")
@GetMapping("/api/v1/user/health")
public String healthCheck() {
return "test";
return "OK";
}
}

0 comments on commit 9c22c54

Please sign in to comment.