This commit is contained in:
Dobromir Popov
2024-12-05 12:35:30 +02:00
parent 138918c043
commit 7c21406ef5
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ export default LocationsPage;
export const getServerSideProps = async (context) => {
const axios = await axiosServer(context);
const { data: items } = await axios.get("/api/data/locations");
//console.log('get server props - locations:' + items.length);
console.log('get server props - locations:' + items.length);
//console.log(items);
return {
props: {