fix: sse配置缺失

This commit is contained in:
bietiaop
2025-01-24 22:36:40 +08:00
parent 124940f9a8
commit 42e0fbd569
6 changed files with 230 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ const initialState: ConfigState = {
network: {
httpServers: [],
httpClients: [],
httpSseServers: [],
websocketServers: [],
websocketClients: []
},