separated socket from app for clear develoopement
This commit is contained in:
parent
0a504a75ce
commit
9889600708
8 changed files with 129 additions and 52 deletions
|
|
@ -1190,6 +1190,18 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"/api/chat/socket.io": {
|
||||
"get": {
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Default Response"
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"openapi_other"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/chat/test": {
|
||||
"get": {
|
||||
"operationId": "chatTest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue