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 = () => {