added env files and favicon
This commit was merged in pull request #9.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import Axios from 'axios';
|
||||
|
||||
async function BlogData() {
|
||||
// let response = await Axios.post(`${process.env.REACT_APP_AUX_ENDPOINT}/blogdata`);
|
||||
let response = await Axios.post(`${'https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1'}/blogdata`);
|
||||
let response = await Axios.post(`${process.env.NEXT_PUBLIC_AUX_ENDPOINT}/blogdata`);
|
||||
return await response;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user