瀏覽代碼

On hang up, go to non-relative base url

Vijayakrishnan 4 年之前
父節點
當前提交
fcc85b84d8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/views/app/video/call-minimal.blade.php

+ 1 - 1
resources/views/app/video/call-minimal.blade.php

@@ -277,7 +277,7 @@
                 );
                 );
 
 
                 // refresh to non-client page
                 // refresh to non-client page
-                window.location.href = '/pro/meet/';
+                window.location.href = '{{ config('app.url') }}/pro/meet/';
 
 
             },
             },