diff --git a/frontend/src/components/Shared/OSMUser.js b/frontend/src/components/Shared/OSMUser.js index f10cc3d2..6bed41a9 100644 --- a/frontend/src/components/Shared/OSMUser.js +++ b/frontend/src/components/Shared/OSMUser.js @@ -10,7 +10,7 @@ const OSMUser = (props) => { // console.log("get OSM user data ") const res = await axios.get( - "https://www.openstreetmap.org/api/0.6/user/" + props.uid, + "https://api.openstreetmap.org/api/0.6/user/" + props.uid, { headers } ); @@ -55,7 +55,7 @@ const OSMUser = (props) => { {" "} {props.uid}