From fb94df44e79e7203195950939caf78ddec996c9b Mon Sep 17 00:00:00 2001 From: sayandippaul Date: Tue, 30 Jul 2024 12:42:11 +0530 Subject: [PATCH] global url --- views/videocall.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/videocall.hbs b/views/videocall.hbs index 75c5a9b..1f9d856 100644 --- a/views/videocall.hbs +++ b/views/videocall.hbs @@ -101,7 +101,7 @@ while (!user) { // For deployment var peer = new Peer({ - host: 'dropling.onrender.com', + host: 'dropling.onrender.com/videocall', port: '', path: '/peerjs', secure: true