Merge branch 'dev' into dev-web
This commit is contained in:
commit
cde8e54fdd
@ -48,7 +48,7 @@ export class RemoteApi {
|
|||||||
return this.authService.makeAuthenticatedRequest<ConversationResponse>(
|
return this.authService.makeAuthenticatedRequest<ConversationResponse>(
|
||||||
url,
|
url,
|
||||||
{
|
{
|
||||||
method: 'PATCH',
|
method: 'POST',
|
||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user