move old to legacy folder
This commit is contained in:
11
.bzr/legacy/hub-video/index.js
Normal file
11
.bzr/legacy/hub-video/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const { getIo } = require('../../../io')
|
||||
|
||||
const io = getIo()
|
||||
|
||||
io.on('connection', (socket) => {
|
||||
socket.on('play', () => {
|
||||
socket.broadcast.emit('play')
|
||||
})
|
||||
})
|
||||
|
||||
console.log('test')
|
||||
Reference in New Issue
Block a user