Skip to content

Commit

Permalink
fiddling with doko3000.io websocket path
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Jan 2, 2021
1 parent 09d57bc commit 472b9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doko3000/static/js/doko3000.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function check_sync(msg) {
$(document).ready(function () {
// initialize SocketIO
// const socket = io({timeout: 5000})
const socket = io('/', {
const socket = io({
path: '/doko3000.io'
})

Expand Down

0 comments on commit 472b9a5

Please sign in to comment.