Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseong0412 committed Jan 6, 2024
1 parent 92a45ce commit 953cc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/miracle/health/HealthController.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public class HealthController {

@GetMapping()
public String healthCheck() {
return "OK";
return "Test";
}
}

0 comments on commit 953cc7c

Please sign in to comment.