Update binaryJS path for daemon changes
This commit is contained in:
parent
d171f767a3
commit
3fe74b412d
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ $(window).load(function () {
|
|||
var newFileContents;
|
||||
|
||||
@can('upload-files', $server)
|
||||
var client = new BinaryClient('{{ $node->scheme === 'https' ? 'wss' : 'ws' }}://{{ $node->fqdn }}:{{ $node->daemonListen }}/upload/{{ $server->uuid }}', {
|
||||
var client = new BinaryClient('{{ $node->scheme === 'https' ? 'wss' : 'ws' }}://{{ $node->fqdn }}:{{ $node->daemonListen }}/upload/', {
|
||||
chunkSize: 40960
|
||||
});
|
||||
// Wait for connection to BinaryJS server
|
||||
|
|
Loading…
Reference in a new issue