Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Jan 22, 2025
1 parent ebbef97 commit 750c561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def host():
return truenas_server


def host_websocket_uri(host_ip=None, ssl=False):
def host_websocket_uri(host_ip=None, ssl=True):
prefix = 'wss://' if ssl else 'ws://'
return f"{prefix}{host_ip or host().ip}/api/current"

Expand Down

0 comments on commit 750c561

Please sign in to comment.