Skip to content

Commit

Permalink
Update socket url
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarchevskyi authored Dec 16, 2024
1 parent d755a87 commit 6cdff54
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/game-views/MultiplayerView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ type SocketResponse = {
gameOver: boolean
}
// https://stackoverflow.com/questions/73017353/how-to-bypass-ngrok-browser-warning
const socket = io('https://musical-sincere-mako.ngrok-free.app', {
extraHeaders: {
'ngrok-skip-browser-warning': '69420',
},
})
const socket = io('http://8.208.16.158')
const personalRoomCode = ref<string>('')
const inputRoomCode = ref<string>('')
Expand Down

0 comments on commit 6cdff54

Please sign in to comment.