mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-21 08:38:19 +08:00
fix sockets url
This commit is contained in:
parent
85e3710131
commit
9db468748f
@ -84,7 +84,7 @@ export default {
|
|||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
// server implementation: https://glitch.com/edit/#!/tiptap-sockets
|
// server implementation: https://glitch.com/edit/#!/tiptap-sockets
|
||||||
this.socket = io('wss://tiptap-sockets-dev.glitch.me')
|
this.socket = io('wss://tiptap-sockets.glitch.me')
|
||||||
// get the current document and its version
|
// get the current document and its version
|
||||||
.on('init', data => this.onInit(data))
|
.on('init', data => this.onInit(data))
|
||||||
// send all updates to the collaboration extension
|
// send all updates to the collaboration extension
|
||||||
|
Loading…
Reference in New Issue
Block a user