From 21c590ad67bb00cf29c23b85666301359fb0e6e0 Mon Sep 17 00:00:00 2001 From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com> Date: 星期四, 25 五月 2023 15:24:10 +0800 Subject: [PATCH] add ssl support for cpp websocket (#553) --- funasr/runtime/html5/static/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/runtime/html5/static/index.html b/funasr/runtime/html5/static/index.html index ba33c8e..3bc0fc8 100644 --- a/funasr/runtime/html5/static/index.html +++ b/funasr/runtime/html5/static/index.html @@ -19,7 +19,7 @@ <div class="div_class_recordControl"> asr鏈嶅姟鍣ㄥ湴鍧�(蹇呭~): <br> - <input id="wssip" type="text" style=" width: 100%;height:100%" value="wss://127.0.0.1:5921/"/> + <input id="wssip" type="text" style=" width: 100%;height:100%" value="wss://127.0.0.1:1095/"/> <br> <br> 璇煶璇嗗埆缁撴灉鏄剧ず锛� -- Gitblit v1.9.1