Commit 334075f2 authored by ChamendiPabasara's avatar ChamendiPabasara

Fetch Gazette data

parent 4381faad
......@@ -11,7 +11,7 @@ export default class Home extends Component {
this.state = { gazettes: [], responseStatus: "null" };
this.counter = 0;
}
//Gazette data fetching
downloader() {
fetch(process.env.REACT_APP_API + "gazetteDownloadDetailsApi")
.then((response) => response.json())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment