Compare commits

..

3 Commits

Author SHA1 Message Date
androidlover5842
32af3e0d82 -_-
Some checks failed
build-and-deploy / build-deploy (push) Has been cancelled
2026-01-26 18:31:05 +05:30
androidlover5842
4ec4e5e068 Merge branch 'master' of git.hoteltrisolaris.in:androidlover5842/TrisolarisServer 2026-01-26 18:30:49 +05:30
androidlover5842
6963a0f252 -_- 2026-01-26 18:29:24 +05:30

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