Removed test line
This commit is contained in:
parent
b28bc5a7f1
commit
b7858d0de5
@ -265,7 +265,6 @@ class Controller {
|
|||||||
|
|
||||||
@GetMapping("/address")
|
@GetMapping("/address")
|
||||||
fun getConnectionDetails(): Map<String, String> {
|
fun getConnectionDetails(): Map<String, String> {
|
||||||
websocketMessenger.convertAndSend("/ws/observations", "Hello World")
|
|
||||||
return mapOf("ip" to InetAddress.getLocalHost().hostAddress)
|
return mapOf("ip" to InetAddress.getLocalHost().hostAddress)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user