Showing
1 changed file
with
2 additions
and
1 deletions
@@ -7,7 +7,8 @@ | @@ -7,7 +7,8 @@ | ||
7 | export const API_HOST = 'http://api-test3.dev.yohocorp.com'; | 7 | export const API_HOST = 'http://api-test3.dev.yohocorp.com'; |
8 | export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com'; | 8 | export const SERVICE_HOST = 'http://api-test3.dev.yohocorp.com'; |
9 | //export const ACTIVITY_HOST = 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com'; | 9 | //export const ACTIVITY_HOST = 'http://yoho-activity-platform.test3.ingress.dev.yohocorp.com'; |
10 | -export const ACTIVITY_HOST = 'http://192.168.102.49:6006' | 10 | +export const ACTIVITY_HOST = 'http://192.168.102.49:6006'; |
11 | + | ||
11 | // export const API_HOST = 'http://dev-api.yohops.com:9999'; | 12 | // export const API_HOST = 'http://dev-api.yohops.com:9999'; |
12 | // export const SERVICE_HOST = 'http://dev-api.yohops.com:9999/'; | 13 | // export const SERVICE_HOST = 'http://dev-api.yohops.com:9999/'; |
13 | 14 |
-
Please register or login to post a comment