Merge standard code from other projects

This commit is contained in:
Deon George
2021-02-17 21:28:19 +11:00
parent 31749c03b0
commit 338296982b
4 changed files with 6 additions and 6 deletions

View File

@@ -17,9 +17,9 @@ window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';
* allows your team to easily build robust real-time web applications.
*/
/*
import Echo from 'laravel-echo';
/*
window.Pusher = require('pusher-js');
window.Echo = new Echo({
@@ -28,7 +28,7 @@ window.Echo = new Echo({
wsHost: window.location.hostname,
wsPort: 6001,
disableStats: true,
useTLS: false,
encrypted: true,
});
*/