diff --git a/src/App.js b/src/App.js index 2757e08..263e1c4 100644 --- a/src/App.js +++ b/src/App.js @@ -90,7 +90,7 @@ function RoomInformation({ roomId }) { const [users, setUsers] = React.useState([]); React.useEffect(() => { - fetch("https://encartes.aliens-lyon.fr/api/map/show_place_info/" + roomId) + fetch("https://encartes.aliens-lyon.fr/api/map/get_place_info/" + roomId) .then(response => response.json()) .then(data => { setNames(data['names']);