Skip to content

Commit

Permalink
Add Agent Properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritwik Srivastava committed Jun 11, 2024
1 parent f7ab357 commit 143b1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/agent-property/agent-property.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default async function decorate(block) {
renderCards(list, result.listings.properties); */

try {
const response = await fetch(`/bin/bhhs/agentPropertyListingsServlet.${agentId}.json`);
const response = await fetch('https://www.commonmoves.com/bin/bhhs/agentPropertyListingsServlet.${agentId}.json');
data = await response.json();
if (data) {
const [firstProperty] = data.listings.properties;
Expand Down

0 comments on commit 143b1be

Please sign in to comment.