Files
Mav-Mobile-UI/src/utils/ws_config.ts

6 lines
134 B
TypeScript
Raw Normal View History

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