From: Youngsoo Choi Date: Tue, 28 Sep 2021 09:50:57 +0000 (-0700) Subject: [DeviceHome] Don't use specific IP address X-Git-Tag: submit/tizen/20210928.160019^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d90478d2a93e0eaa4ae4741a0e158a50bf65828;p=platform%2Fframework%2Fweb%2Fwrtjs.git [DeviceHome] Don't use specific IP address Official domain devicehome.net is used instead of specific IP address. Change-Id: Ib48080a584d931b43b2e0ac6c8da78abae631bcc Signed-off-by: Youngsoo Choi --- diff --git a/device_home/service/service.js b/device_home/service/service.js index 7463a578..bd4aeb5d 100755 --- a/device_home/service/service.js +++ b/device_home/service/service.js @@ -20,7 +20,7 @@ const sessionMiddleware = session({ secure: false, }}); -const PUBLIC_DOMAIN = 'http://219.254.222.198'; +const PUBLIC_DOMAIN = 'http://devicehome.net'; const TAG = '[DeviceHome][service.js]' const TIZEN_WEB_APP_SHARED_RESOURCES = 'shared/res/'; const WEBCLIP_DIRECTORY = 'webclip';