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