From 0a1f3e3cb1020246b0037a2d827e7247bafd4a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=A5=E5=B8=8C?= Date: Tue, 21 Jul 2020 13:14:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20change=20codeout=20serv?= =?UTF-8?q?ice=20host?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/demo/src/editor/plugins/codeout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/demo/src/editor/plugins/codeout.tsx b/packages/demo/src/editor/plugins/codeout.tsx index 585254ee7..c60aa940a 100644 --- a/packages/demo/src/editor/plugins/codeout.tsx +++ b/packages/demo/src/editor/plugins/codeout.tsx @@ -21,7 +21,7 @@ interface BasicSection { [k: string]: any; } -const CODEOUT_SERVICE_HOST = '30.8.52.239:3000'; +const CODEOUT_SERVICE_HOST = '30.13.91.30:3000'; const Codeout = ({ editor }: PluginProps) => { const handleClick = () => {