fix alive url
This commit is contained in:
parent
edb5926eb8
commit
188eab6a09
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user