We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a91bfe commit af37587Copy full SHA for af37587
background/services/campaign/index.ts
@@ -216,7 +216,7 @@ export default class CampaignService extends BaseService<Events> {
216
)
217
218
const BASE_URL =
219
- "https://ps5ymo.tunnel.pyjam.as/api/v2/external/mezoification"
+ "https://portal.api.test.mezo.org/api/v2/external/campaigns/mezoification"
220
// fetch with uuid
221
const campaignData: MezoCampaignState = await fetchJson(
222
`${BASE_URL}?id=${installId}`,
0 commit comments