fix alive url

This commit is contained in:
Anton Romanov 2022-08-11 13:18:37 +04:00
parent edb5926eb8
commit 188eab6a09

View File

@ -23,7 +23,7 @@ public class UtilController {
this.utilService = utilService;
}
@GetMapping("isAlive")
@GetMapping("alive")
@Operation(description = "Проверка сервиса")
public ResponseEntity<Boolean> isAlive() {
return new ResponseEntity<>(true, HttpStatus.OK);