Skip to content

Commit

Permalink
feat: use a motive market related prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcg88 committed Nov 27, 2024
1 parent 8a4c3b2 commit cf29540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adapter/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,7 @@ experienceControlsResponseSchema.$override<
});

adapter.relatedPrompts = relatedPromptsEndpointAdapter.extends({
endpoint: 'https://api.staging.empathy.co/relatedprompts/fmj'
endpoint:
'https://api.empathy.co/relatedprompts/mymotivemarketplace?store=Labstore+London&lang=en',
requestMapper: ({ query }) => ({ query })
});

0 comments on commit cf29540

Please sign in to comment.