fix alive response
This commit is contained in:
parent
ae24e05300
commit
f75511f0e0
@ -25,7 +25,7 @@ public class UtilController {
|
|||||||
|
|
||||||
@GetMapping("alive")
|
@GetMapping("alive")
|
||||||
@Operation(description = "Проверка сервиса")
|
@Operation(description = "Проверка сервиса")
|
||||||
public ResponseEntity<Map<String, Boolean> isAlive() {
|
public ResponseEntity<Map<String, Boolean>> isAlive() {
|
||||||
return new ResponseEntity<>(Map.of("result", true), HttpStatus.OK);
|
return new ResponseEntity<>(Map.of("result", true), HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user