�[90m9:19PM�[0m �[32mINF�[0m Didn't find l2.env in the API directory �[36mType=�[0mPreprocess
const url = 'http://localhost:8000/polls/alldata';
const options = {method: 'get'};
try {
const response = await fetch(url, options);
const data = await response.json();
console.log(data);
} catch (error) {
console.error(error);
}