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 {
|
||||
@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