Skip to content

Commit d1008e9

Browse files
committed
update ws url
1 parent 46ca68c commit d1008e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { get_setting } from './app.js';
33
export const MERGE_TRAM_COMPONENTS = true;
44
export const MIN_ACTIVE_SPEED = 3;
55
// const base_url = '://127.0.0.1:4000';
6-
const base_url = 's://sofiatraffic-proxy-pr-4.onrender.com';
6+
const base_url = 's://sofiatraffic-proxy.onrender.com';
77
// export const WEBSOCKET_URL = `ws${base_url}/v2/livemap/`;
88
const livemap_urls = {
99
'avl': `ws${base_url}/livemap/`,

0 commit comments

Comments
 (0)