-_-
This commit is contained in:
@@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.RestController
|
||||
class Health {
|
||||
@GetMapping("/health")
|
||||
fun health(): Map<String, String> {
|
||||
return mapOf("status" to "ok Testing Health....")
|
||||
return mapOf("status" to "ok Testing Health...")
|
||||
}
|
||||
|
||||
@GetMapping("/")
|
||||
|
||||
Reference in New Issue
Block a user