env variable added
This commit was merged in pull request #9.
This commit is contained in:
@@ -4,7 +4,7 @@ import getConfig from './../Config/config'
|
||||
async function FaqData() {
|
||||
// debugger;
|
||||
var site = getConfig()[0];
|
||||
let response = await Axios.post(`${site.user_service_endpoint}/faq`);
|
||||
let response = await Axios.post(`${process.env.REACT_APP_AUX_ENDPOINT}/faq`);
|
||||
return await response;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user