fix: sse配置缺失

This commit is contained in:
bietiaop
2025-01-24 22:36:40 +08:00
parent fe9c565ad4
commit 71a62caf8f
6 changed files with 230 additions and 2 deletions

View File

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