From 3401fa4ac406cddf26bf4f94b663ace2e1dba8ed Mon Sep 17 00:00:00 2001
From: zhoudw <zhoudw@infobird.com>
Date: Wed, 16 Mar 2022 11:03:17 +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