Skip to content

Commit

Permalink
hotfix: remove local addr
Browse files Browse the repository at this point in the history
  • Loading branch information
VaalaCat committed May 23, 2022
1 parent bdf37f5 commit 783cc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Videojs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import io from "socket.io-client";
import url from "url";
let myPlayer;
const socket = io.connect("http://127.0.0.1:8000");
const socket = io.connect();
/* eslint-disable */
Expand Down

0 comments on commit 783cc0a

Please sign in to comment.