your personal website on atproto - mirror blento.app
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

moar logging

Florian 181e890d 3c22fd5b

+1
+1
src/routes/api/geocoding/+server.ts
··· 12 12 13 13 try { 14 14 const data = await fetch(nomUrl); 15 + console.error(data.status, data.statusText); 15 16 const location = await data.json(); 16 17 17 18 return json(location[0]);