We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bee3a1 + 61d66eb commit d43245eCopy full SHA for d43245e
apps/queue-manager/src/consumers/send-bubble-data.consumer.ts
@@ -67,7 +67,7 @@ export class SendBubbleDataConsumer extends BaseConsumer {
67
uploadId,
68
page,
69
method: 'POST',
70
- url: cachedData.bubbleAppUrl,
+ url: cachedData.bubbleAppUrl + '/bulk',
71
headers: {
72
Authorization: `Bearer ${cachedData.apiPrivateKey}`,
73
'Content-Type': 'text/plain',
0 commit comments