소스 검색

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/';
 
             },