added home blog section
This commit was merged in pull request #4.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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`);
|
||||
return await response;
|
||||
}
|
||||
|
||||
export default BlogData;
|
||||
Reference in New Issue
Block a user