mirror of
https://gitlab.aliens-lyon.fr/encartes/web-interface.git
synced 2026-09-11 18:00:45 +02:00
Rename URL
This commit is contained in:
+1
-1
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user