[SignalingServer] Add a missing api 14/265014/1
authorHunseop Jeong <hs85.jeong@samsung.com>
Thu, 7 Oct 2021 05:50:21 +0000 (14:50 +0900)
committerHunseop Jeong <hs85.jeong@samsung.com>
Thu, 7 Oct 2021 05:50:21 +0000 (14:50 +0900)
Load the getMyAddress from util.

Change-Id: Idd4a1e469c1853da2549cc12a497c6ad85fa0108
Signed-off-by: Hunseop Jeong <hs85.jeong@samsung.com>
device_home/signaling_server/gen/edge.js

index d6f5092..e70cb2d 100644 (file)
@@ -1,3 +1,5 @@
+const { getMyAddress } = require('./util');
+
 const TAG = 'edge.js';
 
 class Edge {