Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -171,7 +171,7 @@ export class HttpUrlUtils { | @@ -171,7 +171,7 @@ export class HttpUrlUtils { | ||
| 171 | * */ | 171 | * */ |
| 172 | static readonly MORNING_EVENING_PAGE_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/pageInfo"; | 172 | static readonly MORNING_EVENING_PAGE_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/pageInfo"; |
| 173 | static readonly MORNING_EVENING_COMP_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/compInfo"; | 173 | static readonly MORNING_EVENING_COMP_INFO_PATH: string = "/api/rmrb-bff-display-zh/display/zh/c/compInfo"; |
| 174 | - private static _hostUrl: string = HttpUrlUtils.HOST_UAT; | 174 | + private static _hostUrl: string = HttpUrlUtils.HOST_PRODUCT; |
| 175 | 175 | ||
| 176 | public static set hostUrl(value: string) { | 176 | public static set hostUrl(value: string) { |
| 177 | HttpUrlUtils._hostUrl = value; | 177 | HttpUrlUtils._hostUrl = value; |
-
Please register or login to post a comment