We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEMOGRAPHICS_API_ENDPOINT
Change demographics service api calls to replace API calls from
const requestUrl = `${getConfig().DEMOGRAPHICS_BASE_URL}/demographics/api/v1/demographics/${userId}/`;
to
const requestUrl = `${getConfig().DEMOGRAPHICS_BASE_URL}/${userId}/`;
where DEMOGRAPHICS_API_ENDPOINT = DEMOGRAPHICS_BASE_URL/demographics/api/v1/demographics/ to allow for API endpoints structured differently.
DEMOGRAPHICS_API_ENDPOINT = DEMOGRAPHICS_BASE_URL/demographics/api/v1/demographics/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Change demographics service api calls to replace API calls from
to
where
DEMOGRAPHICS_API_ENDPOINT = DEMOGRAPHICS_BASE_URL/demographics/api/v1/demographics/
to allow for API endpoints structured differently.The text was updated successfully, but these errors were encountered: