Compare commits
3 Commits
812bb4ffb4
...
32af3e0d82
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
32af3e0d82 | ||
|
|
4ec4e5e068 | ||
|
|
6963a0f252 |
@@ -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("/")
|
||||||
|
|||||||
Reference in New Issue
Block a user