|
@@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
|
|
import java.util.HashMap;
|
|
|
|
|
|
-@FeignClient(value = "DIL-IM-DEV", url = "${openfeign.Im.url}")
|
|
|
+@FeignClient(value = "DIL-IM-DEV", url = "${openfeign.ImFeign.url}")
|
|
|
public interface IMFeign {
|
|
|
@PostMapping("/websocket/sendToUser")
|
|
|
@ResponseBody
|