- added websocket context to connect to websockets if needed
This commit is contained in:
5
src/utils/ws_config.ts
Normal file
5
src/utils/ws_config.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { CAM_BASE } from "./config";
|
||||
|
||||
export const ws_config = {
|
||||
infoBar: `${CAM_BASE.replace("http", "ws")}/websocket-infobar`,
|
||||
};
|
||||
Reference in New Issue
Block a user