@yeeyoon/library 1.8.4 → 1.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,6 +9,7 @@ function getCyWsApiHost() {
|
|
|
9
9
|
case 'localhost:8000':
|
|
10
10
|
case 'localhost:8003':
|
|
11
11
|
case 'localhost:8009':
|
|
12
|
+
case 'localhost:8010':
|
|
12
13
|
case 'testing-task.yeeyoon.com':
|
|
13
14
|
case 'testing-profile.yeeyoon.com':
|
|
14
15
|
case 'demo-task.yeeyoon.com':
|
|
@@ -45,6 +46,7 @@ function getCyMessageApiHost() {
|
|
|
45
46
|
case 'localhost:8000':
|
|
46
47
|
case 'localhost:8003':
|
|
47
48
|
case 'localhost:8009':
|
|
49
|
+
case 'localhost:8010':
|
|
48
50
|
case 'testing-task.yeeyoon.com':
|
|
49
51
|
case 'testing-profile.yeeyoon.com':
|
|
50
52
|
case 'demo-task.yeeyoon.com':
|
|
@@ -97,6 +99,7 @@ export function getEnvVar() {
|
|
|
97
99
|
case 'localhost:8000':
|
|
98
100
|
case 'localhost:8003':
|
|
99
101
|
case 'localhost:8009':
|
|
102
|
+
case 'localhost:8010':
|
|
100
103
|
case 'testing-task.yeeyoon.com':
|
|
101
104
|
case 'testing-profile.yeeyoon.com':
|
|
102
105
|
return 'test';
|