separated socket from app for clear develoopement

This commit is contained in:
NigeParis 2025-11-18 18:50:13 +01:00 committed by Maix0
parent 0a504a75ce
commit 9889600708
8 changed files with 129 additions and 52 deletions

View file

@ -1190,6 +1190,18 @@
]
}
},
"/api/chat/socket.io": {
"get": {
"responses": {
"200": {
"description": "Default Response"
}
},
"tags": [
"openapi_other"
]
}
},
"/api/chat/test": {
"get": {
"operationId": "chatTest",