Line 42 in Home.js causes this error in the browser:
Error: Network Error
createError createError.js:16
handleError xhr.js:87
The call is on line 29 which says:
axios.get("http://starlord.hackerearth.com/kickstarter")
is that supposed to be the database file? If so could I get a copy of it so I can change that line on my fork and get it running?
Line 42 in Home.js causes this error in the browser:
The call is on line 29 which says:
axios.get("http://starlord.hackerearth.com/kickstarter")is that supposed to be the database file? If so could I get a copy of it so I can change that line on my fork and get it running?