Merge branch 'feature/websocket' of https://bitbucket.org/equilibriumito/gabinete-digital into feature/websocket

This commit is contained in:
tiago.kayaya
2022-01-12 12:14:45 +01:00
28 changed files with 343 additions and 80 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ export class ChatService {
let opts = {
headers: this.headers,
}
return this.http.post(environment.apiChatUrl+'im.close', body, this.options);
return this.http.post(environment.apiChatUrl+'im.delete', body, this.options);
}
createRoom(body:any){