copy/paste bug address
This commit is contained in:
parent
c39399befa
commit
a4255e1594
1 changed files with 2 additions and 2 deletions
|
|
@ -177,7 +177,7 @@
|
||||||
document.domain +
|
document.domain +
|
||||||
':' +
|
':' +
|
||||||
location.port +
|
location.port +
|
||||||
'/copilot/ws/compose/{{ copilot.id }}'
|
'/copilot/ws/panel/{{ copilot.id }}'
|
||||||
)
|
)
|
||||||
} else {
|
} else {
|
||||||
this.connection = new WebSocket(
|
this.connection = new WebSocket(
|
||||||
|
|
@ -185,7 +185,7 @@
|
||||||
document.domain +
|
document.domain +
|
||||||
':' +
|
':' +
|
||||||
location.port +
|
location.port +
|
||||||
'/copilot/ws/compose/{{ copilot.id }}'
|
'/copilot/ws/panel/{{ copilot.id }}'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
this.connection.addEventListener('open', function (event) {})
|
this.connection.addEventListener('open', function (event) {})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue