浏览代码

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
-                window.location.href = '/pro/meet/';
+                window.location.href = '{{ config('app.url') }}/pro/meet/';
 
             },