Ver código fonte

On hang up, go to non-relative base url

Vijayakrishnan 4 anos atrás
pai
commit
fcc85b84d8
1 arquivos alterados com 1 adições e 1 exclusões
  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/';
 
             },