Add / in health_check
This commit is contained in:
parent
a74ff32e1f
commit
4e98fe8732
|
@ -23,7 +23,7 @@ public class IrishServiceCheckDeployController {
|
|||
this.service = service;
|
||||
}
|
||||
|
||||
@RequestMapping(value = {"", "/health_check"}, method = RequestMethod.GET)
|
||||
@RequestMapping(value = {"", "/", "/health_check"}, method = RequestMethod.GET)
|
||||
public ResponseEntity<String> hello() {
|
||||
log.debug("Hello from irish-monitor-service!");
|
||||
return ResponseEntity.ok("Hello from irish-monitor-service!");
|
||||
|
|
Loading…
Reference in New Issue