We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 834f9da commit 53d9549Copy full SHA for 53d9549
src/api/index.js
@@ -23,7 +23,6 @@ export const getOffersData = async () => {
23
export const getRoomsData = async () => {
24
try {
25
const { data } = await axios.get(`${url}/rooms`);
26
- console.log("dataRooms", data);
27
return data;
28
} catch (error) {
29
console.log("error getRooms ", error.message);
0 commit comments