[DeviceHome] Don't use specific IP address 99/264699/1
authorYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 28 Sep 2021 09:50:57 +0000 (02:50 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 28 Sep 2021 09:50:57 +0000 (02:50 -0700)
Official domain devicehome.net is used instead of specific IP address.

Change-Id: Ib48080a584d931b43b2e0ac6c8da78abae631bcc
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
device_home/service/service.js

index 7463a57..bd4aeb5 100755 (executable)
@@ -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';