Merge branch 'dev' into dev-web

This commit is contained in:
Dinh Long Nguyen 2025-10-24 14:52:39 +07:00
commit cde8e54fdd

View File

@ -48,7 +48,7 @@ export class RemoteApi {
return this.authService.makeAuthenticatedRequest<ConversationResponse>(
url,
{
method: 'PATCH',
method: 'POST',
body: JSON.stringify(data),
}
)