fetch("http://localhost:5000/gasstations") .then((response) => {
if(!response.ok){ throw Error("ERROR"); }