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 +
|
||||
':' +
|
||||
location.port +
|
||||
'/copilot/ws/compose/{{ copilot.id }}'
|
||||
'/copilot/ws/panel/{{ copilot.id }}'
|
||||
)
|
||||
} else {
|
||||
this.connection = new WebSocket(
|
||||
|
|
@ -185,7 +185,7 @@
|
|||
document.domain +
|
||||
':' +
|
||||
location.port +
|
||||
'/copilot/ws/compose/{{ copilot.id }}'
|
||||
'/copilot/ws/panel/{{ copilot.id }}'
|
||||
)
|
||||
}
|
||||
this.connection.addEventListener('open', function (event) {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue