Skip to content

Commit 902bf98

Browse files
committed
Update client-channel.js
1 parent c6176b8 commit 902bf98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

worker/client-channel.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44

55

66
// update worker name when updating worker
7-
const WORKER_NAME = 'codeit-worker-v493';
7+
const WORKER_NAME = 'codeit-worker-v494';
88

99

1010
// internal paths
1111
const INTERNAL_PATHS = {
1212

1313
internal: 'https://codeit.codes/',
1414
internal_: 'https://dev.codeit.codes/',
15-
internal__: 'http://127.0.0.1:3000/',
15+
internal__: 'https://codedragon.netlify.app/',
1616

1717
run: 'https://codeit.codes/run',
1818
run_: 'https://dev.codeit.codes/run',
19-
run__: 'http://127.0.0.1:3000/run',
19+
run__: 'https://codedragon.netlify.app/run',
2020

2121
}
2222

0 commit comments

Comments
 (0)