-_-
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled

This commit is contained in:
androidlover5842
2026-01-26 18:31:05 +05:30
parent 4ec4e5e068
commit 32af3e0d82

View File

@@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.RestController
class Health { class Health {
@GetMapping("/health") @GetMapping("/health")
fun health(): Map<String, String> { fun health(): Map<String, String> {
return mapOf("status" to "ok Testing Health...") return mapOf("status" to "ok Testing Health..")
} }
@GetMapping("/") @GetMapping("/")