save send message

This commit is contained in:
Peter Maquiran
2024-06-05 14:31:26 +01:00
parent 7705cc8d0d
commit 619465c10d
7 changed files with 62 additions and 8 deletions
@@ -27,4 +27,6 @@ export class MessageRemoteDataSourceService {
async getMessagesFromRoom(id: MessageListInputDTO): DataSourceReturn<MessageListInputDTO> {
return await this.httpService.get(`${this.baseUrl}/Room/${id}/Messages`);
}
}