From 9e923ba8d0292b6041d17529155bdfae01431136 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Sat, 11 Jul 2020 21:27:41 +0700 Subject: [PATCH] Updated and web server --- src/main/kotlin/com/cubetiqs/wsserver/WsServerApplication.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/com/cubetiqs/wsserver/WsServerApplication.kt b/src/main/kotlin/com/cubetiqs/wsserver/WsServerApplication.kt index 93dd77f..6a1729a 100644 --- a/src/main/kotlin/com/cubetiqs/wsserver/WsServerApplication.kt +++ b/src/main/kotlin/com/cubetiqs/wsserver/WsServerApplication.kt @@ -4,7 +4,6 @@ import org.springframework.boot.autoconfigure.SpringBootApplication import org.springframework.boot.runApplication import org.springframework.http.MediaType import org.springframework.messaging.handler.annotation.MessageMapping -import org.springframework.messaging.rsocket.RSocketRequester import org.springframework.stereotype.Controller import org.springframework.stereotype.Service import org.springframework.web.bind.annotation.GetMapping