virtual tour + marker title

This commit is contained in:
2024-06-21 16:47:30 +05:00
parent 07d460ea27
commit 22e04fd927
15 changed files with 457 additions and 588 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ async function getApartments(
const url = `${apartmentsApi}?${query}`;
const res = await ky.get(url, {
headers: {
Authorization: `Zoho-oauthtoken ${token}`,
Authorization: `Zoho-oauthtoken 1000.f2b816cab56f851da9397cfbc17254e6.8636301ca36fb659a41b050bf0237d4d`,
// Authorization: `Zoho-oauthtoken ${token}`,
},
});