adding external call for preview URL
This commit is contained in:
parent
31827e4708
commit
199adfbc50
|
@ -61,6 +61,7 @@ export const buildOtherEndpoints = API => ({
|
||||||
checkBetaAccess: async email => {
|
checkBetaAccess: async email => {
|
||||||
return await API.get({
|
return await API.get({
|
||||||
url: `${process.env.FEATURE_PREVIEW_URL}/api/beta/access?email=${email}`,
|
url: `${process.env.FEATURE_PREVIEW_URL}/api/beta/access?email=${email}`,
|
||||||
|
external: true,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue