This commit is contained in:
Sofiene BEN KHEMIS
2021-05-16 11:51:58 +02:00
parent 846a1d0af0
commit 774c8542f6

View File

@@ -41,6 +41,6 @@ public class BookController {
@GetMapping("/health")
public String health() {
return "HEALTH CHECK OK!";
return "HEALTH CHECK OK";
}
}