This commit is contained in:
androidlover5842
2026-01-26 18:29:24 +05:30
parent 671922b363
commit 6963a0f252

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("/")