refactor: 💡 update codeout service host

This commit is contained in:
春希 2020-07-28 13:59:38 +08:00
parent 3e4254c9d3
commit 0e615fcae3

View File

@ -21,7 +21,7 @@ interface BasicSection {
[k: string]: any;
}
const CODEOUT_SERVICE_HOST = '30.13.91.30:3000';
const CODEOUT_SERVICE_HOST = '30.13.90.55:3000';
const Codeout = ({ editor }: PluginProps) => {
const handleClick = () => {