Skip to content

Commit

Permalink
chore(frontend): use new sites route
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeklavans committed Feb 27, 2024
1 parent 18944f5 commit 7494e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/script.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let propertiesObject = {};
let propertiesDiv = document.getElementsByClassName("properties");

fetch("../data/sites.json")
fetch("https://ygl.dabe.tech/sites")
.then((response) => response.json())
.then((sites) => {
fetch("https://ygl.dabe.tech/listings")
Expand Down

0 comments on commit 7494e91

Please sign in to comment.