We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d171f76 commit 3fe74b4Copy full SHA for 3fe74b4
1 file changed
resources/views/server/files/add.blade.php
@@ -75,7 +75,7 @@
75
var newFileContents;
76
77
@can('upload-files', $server)
78
- 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/', {
79
chunkSize: 40960
80
});
81
// Wait for connection to BinaryJS server
0 commit comments