Files
diplom-frontend/app/lib/consts.ts
2025-06-03 11:44:51 +03:00

4 lines
196 B
TypeScript

export const API_URL = "http://192.168.0.133:12345/api/v1";
export const GATEWAY_URL = "ws://192.168.0.133:12345/gateway/ws";
export const VOICE_GATEWAY_URL = "ws://192.168.0.133:12345/voice/ws";