Skip to content

Commit

Permalink
changed HeathzController with StatusController
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Jun 11, 2022
1 parent 4a15c89 commit be03100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@RestController
@RequestMapping("/status")
public class HealthzController {
public class StatusController {

@GetMapping(path = "", produces=MediaType.APPLICATION_JSON_VALUE)
@ResponseStatus(HttpStatus.OK)
Expand Down

0 comments on commit be03100

Please sign in to comment.