7 lines
205 B
TypeScript
7 lines
205 B
TypeScript
import { CAM_BASE } from "./config";
|
|
|
|
export const ws_config = {
|
|
infoBar: `${CAM_BASE.replace("http", "ws")}/websocket-infobar`,
|
|
heatmap: `${CAM_BASE.replace("http", "ws")}/websocket-SystemConfig`,
|
|
};
|