mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-20 07:14:23 +00:00
refactor: 💡 update codeout service host
This commit is contained in:
parent
3e4254c9d3
commit
0e615fcae3
@ -21,7 +21,7 @@ interface BasicSection {
|
|||||||
[k: string]: any;
|
[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 Codeout = ({ editor }: PluginProps) => {
|
||||||
const handleClick = () => {
|
const handleClick = () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user