From 97071468ac2e837e41f14bc9230cef46fd2bdbce Mon Sep 17 00:00:00 2001
From: zhoudw <zhoudw@infobird.com>
Date: Wed, 16 Mar 2022 16:07:15 +0800
Subject: [PATCH] 端口

---
 index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/index.html b/index.html
index e486880..08ad024 100755
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@
 <script>
     $(function() {
         // 创建socket对象
-        var socket = new WebSocket('ws://127.0.0.1:9501');
+        var socket = new WebSocket('ws://127.0.0.1:9503');
 
         // 打开Socket
         socket.onopen = function(event) {

--
Gitblit v1.8.0