chore: 🤖 change codeout service host

This commit is contained in:
春希 2020-07-21 13:14:42 +08:00
parent 19a51b8d1e
commit 0a1f3e3cb1

View File

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