Removed test line

This commit is contained in:
neviyn 2019-02-13 20:22:44 +00:00
parent b28bc5a7f1
commit b7858d0de5

View File

@ -265,7 +265,6 @@ class Controller {
@GetMapping("/address")
fun getConnectionDetails(): Map<String, String> {
websocketMessenger.convertAndSend("/ws/observations", "Hello World")
return mapOf("ip" to InetAddress.getLocalHost().hostAddress)
}
}