We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6176b8 commit 902bf98Copy full SHA for 902bf98
worker/client-channel.js
@@ -4,19 +4,19 @@
4
5
6
// update worker name when updating worker
7
-const WORKER_NAME = 'codeit-worker-v493';
+const WORKER_NAME = 'codeit-worker-v494';
8
9
10
// internal paths
11
const INTERNAL_PATHS = {
12
13
internal: 'https://codeit.codes/',
14
internal_: 'https://dev.codeit.codes/',
15
- internal__: 'http://127.0.0.1:3000/',
+ internal__: 'https://codedragon.netlify.app/',
16
17
run: 'https://codeit.codes/run',
18
run_: 'https://dev.codeit.codes/run',
19
- run__: 'http://127.0.0.1:3000/run',
+ run__: 'https://codedragon.netlify.app/run',
20
21
}
22
0 commit comments