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.
1 parent cfc75c1 commit 8b14cd3Copy full SHA for 8b14cd3
libraries/nestjs-libraries/src/integrations/social/wordpress.provider.ts
@@ -197,13 +197,12 @@ export class WordpressProvider
197
}
198
);
199
200
- console.log('nevo', mediaResponse);
201
mediaId = mediaResponse.data.id;
202
203
204
const submit = await (
205
await this.fetch(
206
- `https://cms.postiz.com/wp-json/wp/v2/${postDetails?.[0]?.settings?.type}`,
+ `${body.domain}/wp-json/wp/v2/${postDetails?.[0]?.settings?.type}`,
207
{
208
headers: {
209
Authorization: `Basic ${auth}`,
0 commit comments