Jelajahi Sumber

On hang up, go to non-relative base url

Vijayakrishnan 4 tahun lalu
induk
melakukan
fcc85b84d8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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/';
 
             },