This commit is contained in:
@@ -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