Fixed issue socket-io cannot be connected in production build on web

This commit is contained in:
Alex Tran 2022-06-19 09:33:10 -05:00
parent 799a1c99f2
commit 4aa66f4156
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A
3 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,6 @@
method: 'GET',
headers: {
Authorization: 'bearer ' + $session.user.accessToken,
'Accept-Range': 'bytes',
},
});