Skip to content

Commit af37587

Browse files
committed
update state url
1 parent 5a91bfe commit af37587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background/services/campaign/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export default class CampaignService extends BaseService<Events> {
216216
)
217217

218218
const BASE_URL =
219-
"https://ps5ymo.tunnel.pyjam.as/api/v2/external/mezoification"
219+
"https://portal.api.test.mezo.org/api/v2/external/campaigns/mezoification"
220220
// fetch with uuid
221221
const campaignData: MezoCampaignState = await fetchJson(
222222
`${BASE_URL}?id=${installId}`,

0 commit comments

Comments
 (0)